Html Css Color HEX #4DAACD Viking

📋 copy color: '#4DAACD'

red 77 ◦ green 170 ◦ blue 205

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

Shades of Viking #4DAACD

Tints of Viking #4DAACD

RGB

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

 GREEN value IS 170 (66.8% 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 value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DAACD (or 0x4DAACD) is known color: 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

RGB 77 170 205 -
CMYK 0.62 0.17 0 0.20
HSL 196.41º 0.56% 0.55% -
HSV(B) 196.41º 0.62% 0.8% -
XYZ 28.45 34.74 62.96 -
YUV 146.18 161.19 78.65 -
System Red Green Blue C M Y K H S L
Decimal 77 170 205 0.62 0.17 0 0.20 196.41 0.56 0.55
Hex 4D AA CD 3E 11 0 14 C4 38 37
Octal 115 252 315 76 21 0 24 304 70 67
Binary 1001101 10101010 11001101 111110 10001 0 10100 11000100 111000 110111

Color Harmonies of #4DAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAACD

Black with #4DAACD

Text Example


Text Example

White with #4DAACD

Text Example


Text Example

HTML Codes & Css Web 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>