#4E90DB

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

Shades of Picton Blue #4E90DB

Tints of Picton Blue #4E90DB

Color information

#4E90DB (or 0x4E90DB) is unknown color: approx Picton Blue. HEX triplet: 4E, 90 and DB. RGB value is (78,144,219). Sum of RGB (Red+Green+Blue) = 78+144+219=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E90DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E90DB is #B16F24. Grayscale: #848484. Windows color (decimal): -11628325 or 14389326. OLE color: 14389326.

HSL color Cylindrical-coordinate representation of color #4E90DB: hue angle of 211.91º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E90DB is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB78144219-
CMYK0.640.3400.14
HSL211.91º66.2%58.24%-
HSV(B)211.91º64.38%85.88%-
XYZ25.926.6870.8-
YUV132.82176.6388.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.69%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 219 (85.94% from 255) = 49.66%
R=17.69%
G=32.65%
B=49.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781442190.640.3400.14211.9166.258.24
Hex4E90DB40220Ed4423a
Octal1162203331004201632410272
Binary10011101001000011011011100000010001001110110101001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E90DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,219); }

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

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

 a { background-color: rgb(78,144,219); }

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

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

 span { border-color: rgb(78,144,219); }

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