Html Css Color HEX #4DAAD6 Viking

📋 copy color: '#4DAAD6'

red 77 ◦ green 170 ◦ blue 214

#4DAAD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4DAAD6

Tints of Viking #4DAAD6

RGB

 RED value IS 77 (30.47% from 255) = 16.7%

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 214 (83.98% from 255) = 46.42%

R = 16.7%
G = 36.88%
B = 46.42%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4DAAD6 (or 0x4DAAD6) is known color: Viking. HEX triplet: 4D, AA and D6. RGB value is (77,170,214). Sum of RGB (Red+Green+Blue) = 77+170+214=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #4DAAD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAAD6 is #B25529. Grayscale: #929292. Windows color (decimal): -11687210 or 14068301. OLE color: 14068301.

HSL color Cylindrical-coordinate representation of color #4DAAD6: hue angle of 199.27º degrees, saturation: 0.63, 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 #4DAAD6 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 170 214 -
CMYK 0.64 0.21 0 0.16
HSL 199.27º 0.63% 0.57% -
HSV(B) 199.27º 0.64% 0.84% -
XYZ 29.57 35.18 68.85 -
YUV 147.21 165.69 77.92 -
System Red Green Blue C M Y K H S L
Decimal 77 170 214 0.64 0.21 0 0.16 199.27 0.63 0.57
Hex 4D AA D6 40 15 0 10 C7 3F 39
Octal 115 252 326 100 25 0 20 307 77 71
Binary 1001101 10101010 11010110 1000000 10101 0 10000 11000111 111111 111001

Color Harmonies of #4DAAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAAD6

Black with #4DAAD6

Text Example


Text Example

White with #4DAAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DAAD6;
 }
 .AnyTagClassName
 {
   color: #4DAAD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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