#4ca0cc

Color #4CA0CC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4CA0CC

Tints of Picton Blue #4CA0CC

Color information

#4CA0CC (or 0x4CA0CC) is unknown color: approx Picton Blue. HEX triplet: 4C, A0 and CC. RGB value is (76,160,204). Sum of RGB (Red+Green+Blue) = 76+160+204=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CA0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA0CC is #B35F33. Grayscale: #8B8B8B. Windows color (decimal): -11755316 or 13410380. OLE color: 13410380.

HSL color Cylindrical-coordinate representation of color #4CA0CC: hue angle of 200.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CA0CC is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB76160204-
CMYK0.630.2200.2
HSL200.62º55.65%54.9%-
HSV(B)200.62º62.75%80%-
XYZ26.4531.0461.72-
YUV139.9164.1782.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 17.27%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=17.27%
G=36.36%
B=46.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal761602040.630.2200.2200.6255.6554.9
Hex4CA0CC3F16014c93837
Octal11424031477260243117067
Binary100110010100000110011001111111011001010011001001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ca0cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ca0cc; }

 p { color: rgb(76,160,204); }

 H1.HeaderClassName
 {
   color: #4ca0cc;
 }
 .AnyTagClassName
 {
   color: #4ca0cc;
 }
</style>
background-color css

<style>
 a { background-color: #4ca0cc; }

 a { background-color: rgb(76,160,204); }

 div.DivClassName
 {
   background-color: #4ca0cc;
 }
 .BgClassName
 {
   background-color: #4ca0cc;
 }
</style>
border-color css

<style>
 span { border-color: #4ca0cc; }

 span { border-color: rgb(76,160,204); }

 td.TdClassName
 {
   border-color: #4ca0cc;
 }
 .TagClassName
 {
   border-color: #4ca0cc;
 }
</style>