#4EABB4

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

Shades of Viking #4EABB4

Tints of Viking #4EABB4

Color information

#4EABB4 (or 0x4EABB4) is unknown color: approx Viking. HEX triplet: 4E, AB and B4. RGB value is (78,171,180). Sum of RGB (Red+Green+Blue) = 78+171+180=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #4EABB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABB4 is #B1544B. Grayscale: #909090. Windows color (decimal): -11621452 or 11840334. OLE color: 11840334.

HSL color Cylindrical-coordinate representation of color #4EABB4: hue angle of 185.29º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EABB4 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB78171180-
CMYK0.570.0500.29
HSL185.29º40.48%50.59%-
HSV(B)185.29º56.67%70.59%-
XYZ25.9434.0448.38-
YUV144.22148.1980.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.18%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=18.18%
G=39.86%
B=41.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781711800.570.0500.29185.2940.4850.59
Hex4EABB439501Db92833
Octal1162532647150352715063
Binary1001110101010111011010011100110101110110111001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,171,180); }

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

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

 a { background-color: rgb(78,171,180); }

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

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

 span { border-color: rgb(78,171,180); }

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