Html Css Color HEX #4DAACA Viking

📋 copy color: '#4DAACA'

red 77 ◦ green 170 ◦ blue 202

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

Shades of Viking #4DAACA

Tints of Viking #4DAACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 17.15%
G = 37.86%
B = 44.99%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4DAACA (or 0x4DAACA) is known color: Viking. HEX triplet: 4D, AA and CA. RGB value is (77,170,202). Sum of RGB (Red+Green+Blue) = 77+170+202=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAACA is #B25535. Grayscale: #919191. Windows color (decimal): -11687222 or 13281869. OLE color: 13281869.

HSL color Cylindrical-coordinate representation of color #4DAACA: hue angle of 195.36º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAACA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 170 202 -
CMYK 0.62 0.16 0 0.21
HSL 195.36º 0.54% 0.55% -
HSV(B) 195.36º 0.62% 0.79% -
XYZ 28.1 34.59 61.07 -
YUV 145.84 159.69 78.9 -
System Red Green Blue C M Y K H S L
Decimal 77 170 202 0.62 0.16 0 0.21 195.36 0.54 0.55
Hex 4D AA CA 3E 10 0 15 C3 36 37
Octal 115 252 312 76 20 0 25 303 66 67
Binary 1001101 10101010 11001010 111110 10000 0 10101 11000011 110110 110111

Color Harmonies of #4DAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAACA

Black with #4DAACA

Text Example


Text Example

White with #4DAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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