#4EABDC

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

Shades of Picton Blue #4EABDC

Tints of Picton Blue #4EABDC

Color information

#4EABDC (or 0x4EABDC) is unknown color: approx Picton Blue. HEX triplet: 4E, AB and DC. RGB value is (78,171,220). Sum of RGB (Red+Green+Blue) = 78+171+220=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABDC is #B15423. Grayscale: #949494. Windows color (decimal): -11621412 or 14461774. OLE color: 14461774.

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

Color convert

RGB78171220-
CMYK0.650.2200.14
HSL200.7º66.98%58.43%-
HSV(B)200.7º64.55%86.27%-
XYZ30.6235.9173.03-
YUV148.78168.1977.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.63%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=16.63%
G=36.46%
B=46.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781712200.650.2200.14200.766.9858.43
Hex4EABDC41160Ec9433a
Octal1162533341012601631110372
Binary1001110101010111101110010000011011001110110010011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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