#4CA2E0

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

Shades of Picton Blue #4CA2E0

Tints of Picton Blue #4CA2E0

Color information

#4CA2E0 (or 0x4CA2E0) is unknown color: approx Picton Blue. HEX triplet: 4C, A2 and E0. RGB value is (76,162,224). Sum of RGB (Red+Green+Blue) = 76+162+224=462 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.45% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #4CA2E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA2E0 is #B35D1F. Grayscale: #8F8F8F. Windows color (decimal): -11754784 or 14721612. OLE color: 14721612.

HSL color Cylindrical-coordinate representation of color #4CA2E0: hue angle of 205.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CA2E0 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB76162224-
CMYK0.660.2800.12
HSL205.14º70.48%58.82%-
HSV(B)205.14º66.07%87.84%-
XYZ29.3632.7675.3-
YUV143.35173.5179.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.45%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 224 (87.89% from 255) = 48.48%
R=16.45%
G=35.06%
B=48.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal761622240.660.2800.12205.1470.4858.82
Hex4CA2E0421C0Ccd463b
Octal1142423401023401431510673
Binary1001100101000101110000010000101110001100110011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,224); }

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

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

 a { background-color: rgb(76,162,224); }

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

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

 span { border-color: rgb(76,162,224); }

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