#4EAABF

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

Shades of Viking #4EAABF

Tints of Viking #4EAABF

Color information

#4EAABF (or 0x4EAABF) is unknown color: approx Viking. HEX triplet: 4E, AA and BF. RGB value is (78,170,191). Sum of RGB (Red+Green+Blue) = 78+170+191=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #4EAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAABF is #B15540. Grayscale: #909090. Windows color (decimal): -11621697 or 12560974. OLE color: 12560974.

HSL color Cylindrical-coordinate representation of color #4EAABF: hue angle of 191.15º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EAABF is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78170191-
CMYK0.590.1100.25
HSL191.15º46.89%52.75%-
HSV(B)191.15º59.16%74.9%-
XYZ26.9234.1354.46-
YUV144.89154.0280.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.77%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 191 (75% from 255) = 43.51%
R=17.77%
G=38.72%
B=43.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781701910.590.1100.25191.1546.8952.75
Hex4EAABF3BB019bf2f35
Octal11625227773130312775765
Binary10011101010101010111111111011101101100110111111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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