#4EA7BE

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

Shades of Viking #4EA7BE

Tints of Viking #4EA7BE

Color information

#4EA7BE (or 0x4EA7BE) is unknown color: approx Viking. HEX triplet: 4E, A7 and BE. RGB value is (78,167,190). Sum of RGB (Red+Green+Blue) = 78+167+190=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EA7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA7BE is #B15841. Grayscale: #8E8E8E. Windows color (decimal): -11622466 or 12494670. OLE color: 12494670.

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

Color convert

RGB78167190-
CMYK0.590.1200.25
HSL192.32º46.28%52.55%-
HSV(B)192.32º58.95%74.51%-
XYZ26.2532.9753.7-
YUV143.01154.5181.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.93%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=17.93%
G=38.39%
B=43.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781671900.590.1200.25192.3246.2852.55
Hex4EA7BE3BC019c02e35
Octal11624727673140313005665
Binary10011101010011110111110111011110001100111000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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