#4ca0e5

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

Shades of Picton Blue #4CA0E5

Tints of Picton Blue #4CA0E5

Color information

#4CA0E5 (or 0x4CA0E5) is unknown color: approx Picton Blue. HEX triplet: 4C, A0 and E5. RGB value is (76,160,229). Sum of RGB (Red+Green+Blue) = 76+160+229=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #4CA0E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA0E5 is #B35F1A. Grayscale: #8E8E8E. Windows color (decimal): -11755291 or 15048780. OLE color: 15048780.

HSL color Cylindrical-coordinate representation of color #4CA0E5: hue angle of 207.06º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CA0E5 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB76160229-
CMYK0.670.3000.10
HSL207.06º74.63%59.8%-
HSV(B)207.06º66.81%89.8%-
XYZ29.6932.3478.81-
YUV142.75176.6780.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.34%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 229 (89.84% from 255) = 49.25%
R=16.34%
G=34.41%
B=49.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal761602290.670.3000.10207.0674.6359.8
Hex4CA0E5431E0Acf4b3c
Octal1142403451033601231711374
Binary1001100101000001110010110000111111001010110011111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ca0e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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