Html Css Color HEX #4DACC1 Viking

📋 copy color: '#4DACC1'

red 77 ◦ green 172 ◦ blue 193

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

Shades of Viking #4DACC1

Tints of Viking #4DACC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 17.42%
G = 38.91%
B = 43.67%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4DACC1 (or 0x4DACC1) is known color: Viking. HEX triplet: 4D, AC and C1. RGB value is (77,172,193). Sum of RGB (Red+Green+Blue) = 77+172+193=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACC1 is #B2533E. Grayscale: #919191. Windows color (decimal): -11686719 or 12692557. OLE color: 12692557.

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

Color convert

RGB 77 172 193 -
CMYK 0.60 0.11 0 0.24
HSL 190.86º 0.48% 0.53% -
HSV(B) 190.86º 0.6% 0.76% -
XYZ 27.44 34.93 55.75 -
YUV 145.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 77 172 193 0.60 0.11 0 0.24 190.86 0.48 0.53
Hex 4D AC C1 3C B 0 18 BF 30 35
Octal 115 254 301 74 13 0 30 277 60 65
Binary 1001101 10101100 11000001 111100 1011 0 11000 10111111 110000 110101

Color Harmonies of #4DACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACC1

Black with #4DACC1

Text Example


Text Example

White with #4DACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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