Html Css Color HEX #49A1BB Viking

📋 copy color: '#49A1BB'

red 73 ◦ green 161 ◦ blue 187

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

Shades of Viking #49A1BB

Tints of Viking #49A1BB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 17.34%
G = 38.24%
B = 44.42%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#49A1BB (or 0x49A1BB) is known color: Viking. HEX triplet: 49, A1 and BB. RGB value is (73,161,187). Sum of RGB (Red+Green+Blue) = 73+161+187=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #49A1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A1BB is #B65E44. Grayscale: #898989. Windows color (decimal): -11951685 or 12296521. OLE color: 12296521.

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

Color convert

RGB 73 161 187 -
CMYK 0.61 0.14 0 0.27
HSL 193.68º 0.46% 0.51% -
HSV(B) 193.68º 0.61% 0.73% -
XYZ 24.46 30.49 51.61 -
YUV 137.65 155.85 81.89 -
System Red Green Blue C M Y K H S L
Decimal 73 161 187 0.61 0.14 0 0.27 193.68 0.46 0.51
Hex 49 A1 BB 3D E 0 1B C2 2E 33
Octal 111 241 273 75 16 0 33 302 56 63
Binary 1001001 10100001 10111011 111101 1110 0 11011 11000010 101110 110011

Color Harmonies of #49A1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A1BB

Black with #49A1BB

Text Example


Text Example

White with #49A1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,187); }

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

background-color css

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

 a { background-color: rgb(73,161,187); }

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

border-color css

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

 span { border-color: rgb(73,161,187); }

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