#4E9FDC

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

Shades of Picton Blue #4E9FDC

Tints of Picton Blue #4E9FDC

Color information

#4E9FDC (or 0x4E9FDC) is unknown color: approx Picton Blue. HEX triplet: 4E, 9F and DC. RGB value is (78,159,220). Sum of RGB (Red+Green+Blue) = 78+159+220=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9FDC is #B16023. Grayscale: #8D8D8D. Windows color (decimal): -11624484 or 14458702. OLE color: 14458702.

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

Color convert

RGB78159220-
CMYK0.650.2800.14
HSL205.77º66.98%58.43%-
HSV(B)205.77º64.55%86.27%-
XYZ28.4631.5872.31-
YUV141.74172.1682.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.07%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 220 (86.33% from 255) = 48.14%
R=17.07%
G=34.79%
B=48.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781592200.650.2800.14205.7766.9858.43
Hex4E9FDC411C0Ece433a
Octal1162373341013401631610372
Binary1001110100111111101110010000011110001110110011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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