#4EAABA

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

Shades of Viking #4EAABA

Tints of Viking #4EAABA

Color information

#4EAABA (or 0x4EAABA) is unknown color: approx Viking. HEX triplet: 4E, AA and BA. RGB value is (78,170,186). Sum of RGB (Red+Green+Blue) = 78+170+186=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #4EAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAABA is #B15545. Grayscale: #909090. Windows color (decimal): -11621702 or 12233294. OLE color: 12233294.

HSL color Cylindrical-coordinate representation of color #4EAABA: hue angle of 188.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EAABA is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78170186-
CMYK0.580.0900.27
HSL188.89º43.9%51.76%-
HSV(B)188.89º58.06%72.94%-
XYZ26.3833.9151.61-
YUV144.32151.5280.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.97%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=17.97%
G=39.17%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781701860.580.0900.27188.8943.951.76
Hex4EAABA3A901Bbd2c34
Octal11625227272110332755464
Binary10011101010101010111010111010100101101110111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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