#4D90D6

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

Shades of Picton Blue #4D90D6

Tints of Picton Blue #4D90D6

Color information

#4D90D6 (or 0x4D90D6) is unknown color: approx Picton Blue. HEX triplet: 4D, 90 and D6. RGB value is (77,144,214). Sum of RGB (Red+Green+Blue) = 77+144+214=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #4D90D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D90D6 is #B26F29. Grayscale: #838383. Windows color (decimal): -11693866 or 14061645. OLE color: 14061645.

HSL color Cylindrical-coordinate representation of color #4D90D6: hue angle of 210.66º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D90D6 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB77144214-
CMYK0.640.3300.16
HSL210.66º62.56%57.06%-
HSV(B)210.66º64.02%83.92%-
XYZ25.1726.3867.38-
YUV131.95174.388.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.70%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 214 (83.98% from 255) = 49.20%
R=17.70%
G=33.10%
B=49.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal771442140.640.3300.16210.6662.5657.06
Hex4D90D64021010d33f39
Octal115220326100410203237771
Binary10011011001000011010110100000010000101000011010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D90D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,144,214); }

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

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

 a { background-color: rgb(77,144,214); }

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

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

 span { border-color: rgb(77,144,214); }

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