#4EB8CA

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

Shades of Viking #4EB8CA

Tints of Viking #4EB8CA

Color information

#4EB8CA (or 0x4EB8CA) is unknown color: approx Viking. HEX triplet: 4E, B8 and CA. RGB value is (78,184,202). Sum of RGB (Red+Green+Blue) = 78+184+202=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EB8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB8CA is #B14735. Grayscale: #9A9A9A. Windows color (decimal): -11618102 or 13285454. OLE color: 13285454.

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

Color convert

RGB78184202-
CMYK0.610.0900.21
HSL188.71º53.91%54.9%-
HSV(B)188.71º61.39%79.22%-
XYZ30.9440.1662-
YUV154.36154.8873.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.81%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=16.81%
G=39.66%
B=43.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781842020.610.0900.21188.7153.9154.9
Hex4EB8CA3D9015bd3637
Octal11627031275110252756667
Binary10011101011100011001010111101100101010110111101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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