#4EA8BE

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

Shades of Viking #4EA8BE

Tints of Viking #4EA8BE

Color information

#4EA8BE (or 0x4EA8BE) is unknown color: approx Viking. HEX triplet: 4E, A8 and BE. RGB value is (78,168,190). Sum of RGB (Red+Green+Blue) = 78+168+190=436 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.89% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA8BE is #B15741. Grayscale: #8F8F8F. Windows color (decimal): -11622210 or 12494926. OLE color: 12494926.

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

Color convert

RGB78168190-
CMYK0.590.1200.25
HSL191.79º46.28%52.55%-
HSV(B)191.79º58.95%74.51%-
XYZ26.4433.3453.76-
YUV143.6154.1881.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.89%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=17.89%
G=38.53%
B=43.58%

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
Decimal781681900.590.1200.25191.7946.2852.55
Hex4EA8BE3BC019c02e35
Octal11625027673140313005665
Binary10011101010100010111110111011110001100111000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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