#4daacd

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

Shades of Viking #4DAACD

Tints of Viking #4DAACD

Color information

#4DAACD (or 0x4DAACD) is unknown color: approx Viking. HEX triplet: 4D, AA and CD. RGB value is (77,170,205). Sum of RGB (Red+Green+Blue) = 77+170+205=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAACD is #B25532. Grayscale: #919191. Windows color (decimal): -11687219 or 13478477. OLE color: 13478477.

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

Color convert

RGB77170205-
CMYK0.620.1700.20
HSL196.41º56.14%55.29%-
HSV(B)196.41º62.44%80.39%-
XYZ28.4534.7462.96-
YUV146.18161.1978.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.04%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=17.04%
G=37.61%
B=45.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771702050.620.1700.20196.4156.1455.29
Hex4DAACD3E11014c43837
Octal11525231576210243047067
Binary100110110101010110011011111101000101010011000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4daacd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,170,205); }

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

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

 a { background-color: rgb(77,170,205); }

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

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

 span { border-color: rgb(77,170,205); }

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