#4EA1BE

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

Shades of Viking #4EA1BE

Tints of Viking #4EA1BE

Color information

#4EA1BE (or 0x4EA1BE) is unknown color: approx Viking. HEX triplet: 4E, A1 and BE. RGB value is (78,161,190). Sum of RGB (Red+Green+Blue) = 78+161+190=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EA1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA1BE is #B15E41. Grayscale: #8B8B8B. Windows color (decimal): -11624002 or 12493134. OLE color: 12493134.

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

Color convert

RGB78161190-
CMYK0.590.1500.25
HSL195.54º46.28%52.55%-
HSV(B)195.54º58.95%74.51%-
XYZ25.1830.8353.34-
YUV139.49156.584.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.18%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=18.18%
G=37.53%
B=44.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781611900.590.1500.25195.5446.2852.55
Hex4EA1BE3BF019c42e35
Octal11624127673170313045665
Binary10011101010000110111110111011111101100111000100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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