#4EA5BE

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

Shades of Viking #4EA5BE

Tints of Viking #4EA5BE

Color information

#4EA5BE (or 0x4EA5BE) is unknown color: approx Viking. HEX triplet: 4E, A5 and BE. RGB value is (78,165,190). Sum of RGB (Red+Green+Blue) = 78+165+190=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EA5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA5BE is #B15A41. Grayscale: #8D8D8D. Windows color (decimal): -11622978 or 12494158. OLE color: 12494158.

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

Color convert

RGB78165190-
CMYK0.590.1300.25
HSL193.39º46.28%52.55%-
HSV(B)193.39º58.95%74.51%-
XYZ25.8932.2553.58-
YUV141.84155.1882.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=18.01%
G=38.11%
B=43.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781651900.590.1300.25193.3946.2852.55
Hex4EA5BE3BD019c12e35
Octal11624527673150313015665
Binary10011101010010110111110111011110101100111000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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