#4C90DF

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

Shades of Picton Blue #4C90DF

Tints of Picton Blue #4C90DF

Color information

#4C90DF (or 0x4C90DF) is unknown color: approx Picton Blue. HEX triplet: 4C, 90 and DF. RGB value is (76,144,223). Sum of RGB (Red+Green+Blue) = 76+144+223=443 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.16% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C90DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C90DF is #B36F20. Grayscale: #848484. Windows color (decimal): -11759393 or 14651468. OLE color: 14651468.

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

Color convert

RGB76144223-
CMYK0.660.3500.13
HSL212.24º69.67%58.63%-
HSV(B)212.24º65.92%87.45%-
XYZ26.2726.8173.6-
YUV132.67178.9787.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.16%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 223 (87.5% from 255) = 50.34%
R=17.16%
G=32.51%
B=50.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761442230.660.3500.13212.2469.6758.63
Hex4C90DF42230Dd4463b
Octal1142203371024301532410673
Binary10011001001000011011111100001010001101101110101001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,144,223); }

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

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

 a { background-color: rgb(76,144,223); }

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

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

 span { border-color: rgb(76,144,223); }

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