#4EA1BF

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

Shades of Viking #4EA1BF

Tints of Viking #4EA1BF

Color information

#4EA1BF (or 0x4EA1BF) is unknown color: approx Viking. HEX triplet: 4E, A1 and BF. RGB value is (78,161,191). Sum of RGB (Red+Green+Blue) = 78+161+191=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #4EA1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA1BF is #B15E40. Grayscale: #8B8B8B. Windows color (decimal): -11624001 or 12558670. OLE color: 12558670.

HSL color Cylindrical-coordinate representation of color #4EA1BF: hue angle of 195.93º 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 #4EA1BF is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78161191-
CMYK0.590.1600.25
HSL195.93º46.89%52.75%-
HSV(B)195.93º59.16%74.9%-
XYZ25.2930.8753.92-
YUV139.615784.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.14%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 191 (75% from 255) = 44.42%
R=18.14%
G=37.44%
B=44.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781611910.590.1600.25195.9346.8952.75
Hex4EA1BF3B10019c42f35
Octal11624127773200313045765
Binary100111010100001101111111110111000001100111000100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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