#4C90DD

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

Shades of Picton Blue #4C90DD

Tints of Picton Blue #4C90DD

Color information

#4C90DD (or 0x4C90DD) is unknown color: approx Picton Blue. HEX triplet: 4C, 90 and DD. RGB value is (76,144,221). Sum of RGB (Red+Green+Blue) = 76+144+221=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C90DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C90DD is #B36F22. Grayscale: #848484. Windows color (decimal): -11759395 or 14520396. OLE color: 14520396.

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

Color convert

RGB76144221-
CMYK0.660.3500.13
HSL211.86º68.08%58.24%-
HSV(B)211.86º65.61%86.67%-
XYZ2626.772.19-
YUV132.45177.9787.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.23%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=17.23%
G=32.65%
B=50.11%

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
Decimal761442210.660.3500.13211.8668.0858.24
Hex4C90DD42230Dd4443a
Octal1142203351024301532410472
Binary10011001001000011011101100001010001101101110101001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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