#4EB0CA

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

Shades of Viking #4EB0CA

Tints of Viking #4EB0CA

Color information

#4EB0CA (or 0x4EB0CA) is unknown color: approx Viking. HEX triplet: 4E, B0 and CA. RGB value is (78,176,202). Sum of RGB (Red+Green+Blue) = 78+176+202=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB0CA is #B14F35. Grayscale: #959595. Windows color (decimal): -11620150 or 13283406. OLE color: 13283406.

HSL color Cylindrical-coordinate representation of color #4EB0CA: hue angle of 192.58º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EB0CA is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78176202-
CMYK0.610.1300.21
HSL192.58º53.91%54.9%-
HSV(B)192.58º61.39%79.22%-
XYZ29.3336.9361.46-
YUV149.66157.5376.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.11%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=17.11%
G=38.60%
B=44.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781762020.610.1300.21192.5853.9154.9
Hex4EB0CA3DD015c13637
Octal11626031275150253016667
Binary10011101011000011001010111101110101010111000001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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