#4EA6CD

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

Shades of Viking #4EA6CD

Tints of Viking #4EA6CD

Color information

#4EA6CD (or 0x4EA6CD) is unknown color: approx Viking. HEX triplet: 4E, A6 and CD. RGB value is (78,166,205). Sum of RGB (Red+Green+Blue) = 78+166+205=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EA6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA6CD is #B15932. Grayscale: #8F8F8F. Windows color (decimal): -11622707 or 13477454. OLE color: 13477454.

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

Color convert

RGB78166205-
CMYK0.620.1900.20
HSL198.43º55.95%55.49%-
HSV(B)198.43º61.95%80.39%-
XYZ27.833.362.72-
YUV144.13162.3580.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.37%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=17.37%
G=36.97%
B=45.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781662050.620.1900.20198.4355.9555.49
Hex4EA6CD3E13014c63837
Octal11624631576230243067067
Binary100111010100110110011011111101001101010011000110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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