#4EACBA

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

Shades of Viking #4EACBA

Tints of Viking #4EACBA

Color information

#4EACBA (or 0x4EACBA) is unknown color: approx Viking. HEX triplet: 4E, AC and BA. RGB value is (78,172,186). Sum of RGB (Red+Green+Blue) = 78+172+186=436 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.89% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #4EACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACBA is #B15345. Grayscale: #919191. Windows color (decimal): -11621190 or 12233806. OLE color: 12233806.

HSL color Cylindrical-coordinate representation of color #4EACBA: hue angle of 187.78º 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 #4EACBA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78172186-
CMYK0.580.0800.27
HSL187.78º43.9%51.76%-
HSV(B)187.78º58.06%72.94%-
XYZ26.7634.6751.74-
YUV145.49150.8679.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.89%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=17.89%
G=39.45%
B=42.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781721860.580.0800.27187.7843.951.76
Hex4EACBA3A801Bbc2c34
Octal11625427272100332745464
Binary10011101010110010111010111010100001101110111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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