#4E91DC

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

Shades of Picton Blue #4E91DC

Tints of Picton Blue #4E91DC

Color information

#4E91DC (or 0x4E91DC) is unknown color: approx Picton Blue. HEX triplet: 4E, 91 and DC. RGB value is (78,145,220). Sum of RGB (Red+Green+Blue) = 78+145+220=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E91DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E91DC is #B16E23. Grayscale: #858585. Windows color (decimal): -11628068 or 14455118. OLE color: 14455118.

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

Color convert

RGB78145220-
CMYK0.650.3400.14
HSL211.69º66.98%58.43%-
HSV(B)211.69º64.55%86.27%-
XYZ26.1927.0471.55-
YUV133.52176.888.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.61%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 220 (86.33% from 255) = 49.66%
R=17.61%
G=32.73%
B=49.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781452200.650.3400.14211.6966.9858.43
Hex4E91DC41220Ed4433a
Octal1162213341014201632410372
Binary10011101001000111011100100000110001001110110101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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