#4EB5CD

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

Shades of Viking #4EB5CD

Tints of Viking #4EB5CD

Color information

#4EB5CD (or 0x4EB5CD) is unknown color: approx Viking. HEX triplet: 4E, B5 and CD. RGB value is (78,181,205). Sum of RGB (Red+Green+Blue) = 78+181+205=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EB5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB5CD is #B14A32. Grayscale: #989898. Windows color (decimal): -11618867 or 13481294. OLE color: 13481294.

HSL color Cylindrical-coordinate representation of color #4EB5CD: hue angle of 191.34º degrees, saturation: 0.56, 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 #4EB5CD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78181205-
CMYK0.620.1200.20
HSL191.34º55.95%55.49%-
HSV(B)191.34º61.95%80.39%-
XYZ30.6939.0863.68-
YUV152.94157.3874.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.81%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=16.81%
G=39.01%
B=44.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781812050.620.1200.20191.3455.9555.49
Hex4EB5CD3EC014bf3837
Octal11626531576140242777067
Binary10011101011010111001101111110110001010010111111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,181,205); }

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

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

 a { background-color: rgb(78,181,205); }

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

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

 span { border-color: rgb(78,181,205); }

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