#4E91DB

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

Shades of Picton Blue #4E91DB

Tints of Picton Blue #4E91DB

Color information

#4E91DB (or 0x4E91DB) is unknown color: approx Picton Blue. HEX triplet: 4E, 91 and DB. RGB value is (78,145,219). Sum of RGB (Red+Green+Blue) = 78+145+219=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E91DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E91DB is #B16E24. Grayscale: #858585. Windows color (decimal): -11628069 or 14389582. OLE color: 14389582.

HSL color Cylindrical-coordinate representation of color #4E91DB: hue angle of 211.49º 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 #4E91DB is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB78145219-
CMYK0.640.3400.14
HSL211.49º66.2%58.24%-
HSV(B)211.49º64.38%85.88%-
XYZ26.0526.9870.85-
YUV133.4176.388.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.65%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 219 (85.94% from 255) = 49.55%
R=17.65%
G=32.81%
B=49.55%

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
Decimal781452190.640.3400.14211.4966.258.24
Hex4E91DB40220Ed3423a
Octal1162213331004201632310272
Binary10011101001000111011011100000010001001110110100111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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