#4EA4BF

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

Shades of Viking #4EA4BF

Tints of Viking #4EA4BF

Color information

#4EA4BF (or 0x4EA4BF) is unknown color: approx Viking. HEX triplet: 4E, A4 and BF. RGB value is (78,164,191). Sum of RGB (Red+Green+Blue) = 78+164+191=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #4EA4BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA4BF is #B15B40. Grayscale: #8D8D8D. Windows color (decimal): -11623233 or 12559438. OLE color: 12559438.

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

Color convert

RGB78164191-
CMYK0.590.1400.25
HSL194.34º46.89%52.75%-
HSV(B)194.34º59.16%74.9%-
XYZ25.8231.9354.09-
YUV141.36156.0182.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 191 (75% from 255) = 44.11%
R=18.01%
G=37.88%
B=44.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781641910.590.1400.25194.3446.8952.75
Hex4EA4BF3BE019c22f35
Octal11624427773160313025765
Binary10011101010010010111111111011111001100111000010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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