Html Css Color HEX #49AEB9 Viking

📋 copy color: '#49AEB9'

red 73 ◦ green 174 ◦ blue 185

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

Shades of Viking #49AEB9

Tints of Viking #49AEB9

RGB

 RED value IS 73 (28.91% from 255) = 16.9%

 GREEN value IS 174 (68.36% from 255) = 40.28%

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

R = 16.9%
G = 40.28%
B = 42.82%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#49AEB9 (or 0x49AEB9) is known color: Viking. HEX triplet: 49, AE and B9. RGB value is (73,174,185). Sum of RGB (Red+Green+Blue) = 73+174+185=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #49AEB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AEB9 is #B65146. Grayscale: #909090. Windows color (decimal): -11948359 or 12168777. OLE color: 12168777.

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

Color convert

RGB 73 174 185 -
CMYK 0.61 0.06 0 0.27
HSL 185.89º 0.44% 0.51% -
HSV(B) 185.89º 0.61% 0.73% -
XYZ 26.64 35.19 51.29 -
YUV 145.06 150.54 76.61 -
System Red Green Blue C M Y K H S L
Decimal 73 174 185 0.61 0.06 0 0.27 185.89 0.44 0.51
Hex 49 AE B9 3D 6 0 1B BA 2C 33
Octal 111 256 271 75 6 0 33 272 54 63
Binary 1001001 10101110 10111001 111101 110 0 11011 10111010 101100 110011

Color Harmonies of #49AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AEB9

Black with #49AEB9

Text Example


Text Example

White with #49AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AEB9; }

 p { color: rgb(73,174,185); }

 H1.HeaderClassName
 {
   color: #49AEB9;
 }
 .AnyTagClassName
 {
   color: #49AEB9;
 }
</style>

background-color css

<style>
 a { background-color: #49AEB9; }

 a { background-color: rgb(73,174,185); }

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

border-color css

<style>
 span { border-color: #49AEB9; }

 span { border-color: rgb(73,174,185); }

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