#4E99DC

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

Shades of Picton Blue #4E99DC

Tints of Picton Blue #4E99DC

Color information

#4E99DC (or 0x4E99DC) is unknown color: approx Picton Blue. HEX triplet: 4E, 99 and DC. RGB value is (78,153,220). Sum of RGB (Red+Green+Blue) = 78+153+220=451 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.29% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E99DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E99DC is #B16623. Grayscale: #898989. Windows color (decimal): -11626020 or 14457166. OLE color: 14457166.

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

Color convert

RGB78153220-
CMYK0.650.3000.14
HSL208.31º66.98%58.43%-
HSV(B)208.31º64.55%86.27%-
XYZ27.4529.5771.97-
YUV138.21174.1585.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.29%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 220 (86.33% from 255) = 48.78%
R=17.29%
G=33.92%
B=48.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781532200.650.3000.14208.3166.9858.43
Hex4E99DC411E0Ed0433a
Octal1162313341013601632010372
Binary1001110100110011101110010000011111001110110100001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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