#4EB0CC

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

Shades of Viking #4EB0CC

Tints of Viking #4EB0CC

Color information

#4EB0CC (or 0x4EB0CC) is unknown color: approx Viking. HEX triplet: 4E, B0 and CC. RGB value is (78,176,204). Sum of RGB (Red+Green+Blue) = 78+176+204=458 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.03% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EB0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB0CC is #B14F33. Grayscale: #959595. Windows color (decimal): -11620148 or 13414478. OLE color: 13414478.

HSL color Cylindrical-coordinate representation of color #4EB0CC: hue angle of 193.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EB0CC is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB78176204-
CMYK0.620.1400.2
HSL193.33º55.26%55.29%-
HSV(B)193.33º61.76%80%-
XYZ29.5737.0362.72-
YUV149.89158.5376.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.03%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=17.03%
G=38.43%
B=44.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal781762040.620.1400.2193.3355.2655.29
Hex4EB0CC3EE014c13737
Octal11626031476160243016767
Binary10011101011000011001100111110111001010011000001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,176,204); }

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

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

 a { background-color: rgb(78,176,204); }

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

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

 span { border-color: rgb(78,176,204); }

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