#4DAAD5

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

Shades of Viking #4DAAD5

Tints of Viking #4DAAD5

Color information

#4DAAD5 (or 0x4DAAD5) is unknown color: approx Viking. HEX triplet: 4D, AA and D5. RGB value is (77,170,213). Sum of RGB (Red+Green+Blue) = 77+170+213=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #4DAAD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAAD5 is #B2552A. Grayscale: #929292. Windows color (decimal): -11687211 or 14002765. OLE color: 14002765.

HSL color Cylindrical-coordinate representation of color #4DAAD5: hue angle of 198.97º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DAAD5 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB77170213-
CMYK0.640.2000.16
HSL198.97º61.82%56.86%-
HSV(B)198.97º63.85%83.53%-
XYZ29.4535.1368.18-
YUV147.1165.1978-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.74%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 213 (83.59% from 255) = 46.30%
R=16.74%
G=36.96%
B=46.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal771702130.640.2000.16198.9761.8256.86
Hex4DAAD54014010c73e39
Octal115252325100240203077671
Binary1001101101010101101010110000001010001000011000111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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