#4EB6CA

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

Shades of Viking #4EB6CA

Tints of Viking #4EB6CA

Color information

#4EB6CA (or 0x4EB6CA) is unknown color: approx Viking. HEX triplet: 4E, B6 and CA. RGB value is (78,182,202). Sum of RGB (Red+Green+Blue) = 78+182+202=462 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.88% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EB6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB6CA is #B14935. Grayscale: #999999. Windows color (decimal): -11618614 or 13284942. OLE color: 13284942.

HSL color Cylindrical-coordinate representation of color #4EB6CA: hue angle of 189.68º 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 #4EB6CA is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78182202-
CMYK0.610.1000.21
HSL189.68º53.91%54.9%-
HSV(B)189.68º61.39%79.22%-
XYZ30.5339.3461.86-
YUV153.18155.5474.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.88%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=16.88%
G=39.39%
B=43.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781822020.610.1000.21189.6853.9154.9
Hex4EB6CA3DA015be3637
Octal11626631275120252766667
Binary10011101011011011001010111101101001010110111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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