#4EAEBA

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

Shades of Viking #4EAEBA

Tints of Viking #4EAEBA

Color information

#4EAEBA (or 0x4EAEBA) is unknown color: approx Viking. HEX triplet: 4E, AE and BA. RGB value is (78,174,186). Sum of RGB (Red+Green+Blue) = 78+174+186=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #4EAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAEBA is #B15145. Grayscale: #929292. Windows color (decimal): -11620678 or 12234318. OLE color: 12234318.

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

Color convert

RGB78174186-
CMYK0.580.0600.27
HSL186.67º43.9%51.76%-
HSV(B)186.67º58.06%72.94%-
XYZ27.1435.4451.86-
YUV146.66150.279.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.81%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=17.81%
G=39.73%
B=42.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781741860.580.0600.27186.6743.951.76
Hex4EAEBA3A601Bbb2c34
Octal1162562727260332735464
Binary1001110101011101011101011101011001101110111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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