#4EBEC8

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

Shades of Viking #4EBEC8

Tints of Viking #4EBEC8

Color information

#4EBEC8 (or 0x4EBEC8) is unknown color: approx Viking. HEX triplet: 4E, BE and C8. RGB value is (78,190,200). Sum of RGB (Red+Green+Blue) = 78+190+200=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #4EBEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEC8 is #B14137. Grayscale: #9D9D9D. Windows color (decimal): -11616568 or 13155918. OLE color: 13155918.

HSL color Cylindrical-coordinate representation of color #4EBEC8: hue angle of 184.92º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EBEC8 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB78190200-
CMYK0.610.0500.22
HSL184.92º52.59%54.51%-
HSV(B)184.92º61%78.43%-
XYZ31.9842.6261.18-
YUV157.65151.8971.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.67%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=16.67%
G=40.60%
B=42.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781902000.610.0500.22184.9252.5954.51
Hex4EBEC83D5016b93537
Octal1162763107550262716567
Binary1001110101111101100100011110110101011010111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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