#4EABBE

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

Shades of Viking #4EABBE

Tints of Viking #4EABBE

Color information

#4EABBE (or 0x4EABBE) is unknown color: approx Viking. HEX triplet: 4E, AB and BE. RGB value is (78,171,190). Sum of RGB (Red+Green+Blue) = 78+171+190=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABBE is #B15441. Grayscale: #919191. Windows color (decimal): -11621442 or 12495694. OLE color: 12495694.

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

Color convert

RGB78171190-
CMYK0.590.1000.25
HSL190.18º46.28%52.55%-
HSV(B)190.18º58.95%74.51%-
XYZ2734.4653.94-
YUV145.36153.1979.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.77%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=17.77%
G=38.95%
B=43.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781711900.590.1000.25190.1846.2852.55
Hex4EABBE3BA019be2e35
Octal11625327673120312765665
Binary10011101010101110111110111011101001100110111110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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