Html Css Color HEX #4DACB9 Viking

📋 copy color: '#4DACB9'

red 77 ◦ green 172 ◦ blue 185

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

Shades of Viking #4DACB9

Tints of Viking #4DACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.63%

R = 17.74%
G = 39.63%
B = 42.63%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4DACB9 (or 0x4DACB9) is known color: Viking. HEX triplet: 4D, AC and B9. RGB value is (77,172,185). Sum of RGB (Red+Green+Blue) = 77+172+185=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #4DACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACB9 is #B25346. Grayscale: #909090. Windows color (decimal): -11686727 or 12168269. OLE color: 12168269.

HSL color Cylindrical-coordinate representation of color #4DACB9: hue angle of 187.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DACB9 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 172 185 -
CMYK 0.58 0.07 0 0.27
HSL 187.22º 0.44% 0.51% -
HSV(B) 187.22º 0.58% 0.73% -
XYZ 26.57 34.59 51.17 -
YUV 145.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 77 172 185 0.58 0.07 0 0.27 187.22 0.44 0.51
Hex 4D AC B9 3A 7 0 1B BB 2C 33
Octal 115 254 271 72 7 0 33 273 54 63
Binary 1001101 10101100 10111001 111010 111 0 11011 10111011 101100 110011

Color Harmonies of #4DACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACB9

Black with #4DACB9

Text Example


Text Example

White with #4DACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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