Html Css Color HEX #4DAACC Viking

📋 copy color: '#4DAACC'

red 77 ◦ green 170 ◦ blue 204

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

Shades of Viking #4DAACC

Tints of Viking #4DAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 17.07%
G = 37.69%
B = 45.23%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4DAACC (or 0x4DAACC) is known color: Viking. HEX triplet: 4D, AA and CC. RGB value is (77,170,204). Sum of RGB (Red+Green+Blue) = 77+170+204=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAACC is #B25533. Grayscale: #919191. Windows color (decimal): -11687220 or 13412941. OLE color: 13412941.

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

Color convert

RGB 77 170 204 -
CMYK 0.62 0.17 0 0.2
HSL 196.06º 0.55% 0.55% -
HSV(B) 196.06º 0.62% 0.8% -
XYZ 28.33 34.69 62.33 -
YUV 146.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 77 170 204 0.62 0.17 0 0.2 196.06 0.55 0.55
Hex 4D AA CC 3E 11 0 14 C4 37 37
Octal 115 252 314 76 21 0 24 304 67 67
Binary 1001101 10101010 11001100 111110 10001 0 10100 11000100 110111 110111

Color Harmonies of #4DAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAACC

Black with #4DAACC

Text Example


Text Example

White with #4DAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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