#4DAED2

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

Shades of Viking #4DAED2

Tints of Viking #4DAED2

Color information

#4DAED2 (or 0x4DAED2) is unknown color: approx Viking. HEX triplet: 4D, AE and D2. RGB value is (77,174,210). Sum of RGB (Red+Green+Blue) = 77+174+210=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #4DAED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAED2 is #B2512D. Grayscale: #949494. Windows color (decimal): -11686190 or 13807181. OLE color: 13807181.

HSL color Cylindrical-coordinate representation of color #4DAED2: hue angle of 196.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DAED2 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB77174210-
CMYK0.630.1700.18
HSL196.24º59.64%56.27%-
HSV(B)196.24º63.33%82.35%-
XYZ29.8336.566.45-
YUV149.1162.3676.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.70%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 210 (82.42% from 255) = 45.55%
R=16.70%
G=37.74%
B=45.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal771742100.630.1700.18196.2459.6456.27
Hex4DAED23F11012c43c38
Octal11525632277210223047470
Binary100110110101110110100101111111000101001011000100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,174,210); }

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

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

 a { background-color: rgb(77,174,210); }

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

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

 span { border-color: rgb(77,174,210); }

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