Html Css Color HEX #49AFB9 Viking

📋 copy color: '#49AFB9'

red 73 ◦ green 175 ◦ blue 185

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

Shades of Viking #49AFB9

Tints of Viking #49AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

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

R = 16.86%
G = 40.42%
B = 42.73%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#49AFB9 (or 0x49AFB9) is known color: Viking. HEX triplet: 49, AF and B9. RGB value is (73,175,185). Sum of RGB (Red+Green+Blue) = 73+175+185=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #49AFB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFB9 is #B65046. Grayscale: #919191. Windows color (decimal): -11948103 or 12169033. OLE color: 12169033.

HSL color Cylindrical-coordinate representation of color #49AFB9: hue angle of 185.36º 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 #49AFB9 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 175 185 -
CMYK 0.61 0.05 0 0.27
HSL 185.36º 0.44% 0.51% -
HSV(B) 185.36º 0.61% 0.73% -
XYZ 26.83 35.58 51.35 -
YUV 145.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 73 175 185 0.61 0.05 0 0.27 185.36 0.44 0.51
Hex 49 AF B9 3D 5 0 1B B9 2C 33
Octal 111 257 271 75 5 0 33 271 54 63
Binary 1001001 10101111 10111001 111101 101 0 11011 10111001 101100 110011

Color Harmonies of #49AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFB9

Black with #49AFB9

Text Example


Text Example

White with #49AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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