Html Css Color HEX #49A0BE Viking

📋 copy color: '#49A0BE'

red 73 ◦ green 160 ◦ blue 190

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

Shades of Viking #49A0BE

Tints of Viking #49A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 17.26%
G = 37.83%
B = 44.92%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49A0BE (or 0x49A0BE) is known color: Viking. HEX triplet: 49, A0 and BE. RGB value is (73,160,190). Sum of RGB (Red+Green+Blue) = 73+160+190=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #49A0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A0BE is #B65F41. Grayscale: #898989. Windows color (decimal): -11951938 or 12492873. OLE color: 12492873.

HSL color Cylindrical-coordinate representation of color #49A0BE: hue angle of 195.38º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49A0BE is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 160 190 -
CMYK 0.62 0.16 0 0.25
HSL 195.38º 0.47% 0.52% -
HSV(B) 195.38º 0.62% 0.75% -
XYZ 24.61 30.28 53.26 -
YUV 137.41 157.68 82.06 -
System Red Green Blue C M Y K H S L
Decimal 73 160 190 0.62 0.16 0 0.25 195.38 0.47 0.52
Hex 49 A0 BE 3E 10 0 19 C3 2F 34
Octal 111 240 276 76 20 0 31 303 57 64
Binary 1001001 10100000 10111110 111110 10000 0 11001 11000011 101111 110100

Color Harmonies of #49A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A0BE

Black with #49A0BE

Text Example


Text Example

White with #49A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,160,190); }

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

background-color css

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

 a { background-color: rgb(73,160,190); }

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

border-color css

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

 span { border-color: rgb(73,160,190); }

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