Html Css Color HEX #4DACC0 Viking

📋 copy color: '#4DACC0'

red 77 ◦ green 172 ◦ blue 192

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

Shades of Viking #4DACC0

Tints of Viking #4DACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 17.46%
G = 39%
B = 43.54%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DACC0 (or 0x4DACC0) is known color: Viking. HEX triplet: 4D, AC and C0. RGB value is (77,172,192). Sum of RGB (Red+Green+Blue) = 77+172+192=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #4DACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACC0 is #B2533F. Grayscale: #919191. Windows color (decimal): -11686720 or 12627021. OLE color: 12627021.

HSL color Cylindrical-coordinate representation of color #4DACC0: hue angle of 190.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DACC0 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 172 192 -
CMYK 0.60 0.10 0 0.25
HSL 190.43º 0.48% 0.53% -
HSV(B) 190.43º 0.6% 0.75% -
XYZ 27.33 34.89 55.16 -
YUV 145.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 77 172 192 0.60 0.10 0 0.25 190.43 0.48 0.53
Hex 4D AC C0 3C A 0 19 BE 30 35
Octal 115 254 300 74 12 0 31 276 60 65
Binary 1001101 10101100 11000000 111100 1010 0 11001 10111110 110000 110101

Color Harmonies of #4DACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACC0

Black with #4DACC0

Text Example


Text Example

White with #4DACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,172,192); }

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

background-color css

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

 a { background-color: rgb(77,172,192); }

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

border-color css

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

 span { border-color: rgb(77,172,192); }

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