#4E9AD1

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

Shades of Picton Blue #4E9AD1

Tints of Picton Blue #4E9AD1

Color information

#4E9AD1 (or 0x4E9AD1) is unknown color: approx Picton Blue. HEX triplet: 4E, 9A and D1. RGB value is (78,154,209). Sum of RGB (Red+Green+Blue) = 78+154+209=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #4E9AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9AD1 is #B1652E. Grayscale: #898989. Windows color (decimal): -11625775 or 13736526. OLE color: 13736526.

HSL color Cylindrical-coordinate representation of color #4E9AD1: hue angle of 205.19º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E9AD1 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB78154209-
CMYK0.630.2600.18
HSL205.19º58.74%56.27%-
HSV(B)205.19º62.68%81.96%-
XYZ26.2129.3364.6-
YUV137.55168.3285.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.69%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 209 (82.03% from 255) = 47.39%
R=17.69%
G=34.92%
B=47.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal781542090.630.2600.18205.1958.7456.27
Hex4E9AD13F1A012cd3b38
Octal11623232177320223157370
Binary100111010011010110100011111111101001001011001101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,154,209); }

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

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

 a { background-color: rgb(78,154,209); }

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

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

 span { border-color: rgb(78,154,209); }

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