#4EA5BF

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

Shades of Viking #4EA5BF

Tints of Viking #4EA5BF

Color information

#4EA5BF (or 0x4EA5BF) is unknown color: approx Viking. HEX triplet: 4E, A5 and BF. RGB value is (78,165,191). Sum of RGB (Red+Green+Blue) = 78+165+191=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #4EA5BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA5BF is #B15A40. Grayscale: #8D8D8D. Windows color (decimal): -11622977 or 12559694. OLE color: 12559694.

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

Color convert

RGB78165191-
CMYK0.590.1400.25
HSL193.81º46.89%52.75%-
HSV(B)193.81º59.16%74.9%-
XYZ2632.2954.15-
YUV141.95155.6882.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.97%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 191 (75% from 255) = 44.01%
R=17.97%
G=38.02%
B=44.01%

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
Decimal781651910.590.1400.25193.8146.8952.75
Hex4EA5BF3BE019c22f35
Octal11624527773160313025765
Binary10011101010010110111111111011111001100111000010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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