#4E9BD1

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

Shades of Picton Blue #4E9BD1

Tints of Picton Blue #4E9BD1

Color information

#4E9BD1 (or 0x4E9BD1) is unknown color: approx Picton Blue. HEX triplet: 4E, 9B and D1. RGB value is (78,155,209). Sum of RGB (Red+Green+Blue) = 78+155+209=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #4E9BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9BD1 is #B1642E. Grayscale: #898989. Windows color (decimal): -11625519 or 13736782. OLE color: 13736782.

HSL color Cylindrical-coordinate representation of color #4E9BD1: hue angle of 204.73º 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 #4E9BD1 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB78155209-
CMYK0.630.2600.18
HSL204.73º58.74%56.27%-
HSV(B)204.73º62.68%81.96%-
XYZ26.3729.6764.66-
YUV138.13167.9985.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.65%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 209 (82.03% from 255) = 47.29%
R=17.65%
G=35.07%
B=47.29%

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
Decimal781552090.630.2600.18204.7358.7456.27
Hex4E9BD13F1A012cd3b38
Octal11623332177320223157370
Binary100111010011011110100011111111101001001011001101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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