#4EB2BE

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

Shades of Viking #4EB2BE

Tints of Viking #4EB2BE

Color information

#4EB2BE (or 0x4EB2BE) is unknown color: approx Viking. HEX triplet: 4E, B2 and BE. RGB value is (78,178,190). Sum of RGB (Red+Green+Blue) = 78+178+190=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB2BE is #B14D41. Grayscale: #959595. Windows color (decimal): -11619650 or 12497486. OLE color: 12497486.

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

Color convert

RGB78178190-
CMYK0.590.0600.25
HSL186.43º46.28%52.55%-
HSV(B)186.43º58.95%74.51%-
XYZ28.3637.1854.4-
YUV149.47150.8777.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.49%
GREEN value IS 178 (69.92% from 255) = 39.91%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=17.49%
G=39.91%
B=42.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781781900.590.0600.25186.4346.2852.55
Hex4EB2BE3B6019ba2e35
Octal1162622767360312725665
Binary1001110101100101011111011101111001100110111010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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