#4EAAD1

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

Shades of Viking #4EAAD1

Tints of Viking #4EAAD1

Color information

#4EAAD1 (or 0x4EAAD1) is unknown color: approx Viking. HEX triplet: 4E, AA and D1. RGB value is (78,170,209). Sum of RGB (Red+Green+Blue) = 78+170+209=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #4EAAD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAAD1 is #B1552E. Grayscale: #929292. Windows color (decimal): -11621679 or 13740622. OLE color: 13740622.

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

Color convert

RGB78170209-
CMYK0.630.1900.18
HSL197.86º58.74%56.27%-
HSV(B)197.86º62.68%81.96%-
XYZ29.0334.9765.54-
YUV146.94163.0278.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.07%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=17.07%
G=37.20%
B=45.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal781702090.630.1900.18197.8658.7456.27
Hex4EAAD13F13012c63b38
Octal11625232177230223067370
Binary100111010101010110100011111111001101001011000110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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