Html Css Color HEX #49ABBE Viking

📋 copy color: '#49ABBE'

red 73 ◦ green 171 ◦ blue 190

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

Shades of Viking #49ABBE

Tints of Viking #49ABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.4%

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

R = 16.82%
G = 39.4%
B = 43.78%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#49ABBE (or 0x49ABBE) is known color: Viking. HEX triplet: 49, AB and BE. RGB value is (73,171,190). Sum of RGB (Red+Green+Blue) = 73+171+190=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #49ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABBE is #B65441. Grayscale: #8F8F8F. Windows color (decimal): -11949122 or 12495689. OLE color: 12495689.

HSL color Cylindrical-coordinate representation of color #49ABBE: hue angle of 189.74º 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 #49ABBE is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 171 190 -
CMYK 0.62 0.10 0 0.25
HSL 189.74º 0.47% 0.52% -
HSV(B) 189.74º 0.62% 0.75% -
XYZ 26.6 34.26 53.93 -
YUV 143.86 154.03 77.46 -
System Red Green Blue C M Y K H S L
Decimal 73 171 190 0.62 0.10 0 0.25 189.74 0.47 0.52
Hex 49 AB BE 3E A 0 19 BE 2F 34
Octal 111 253 276 76 12 0 31 276 57 64
Binary 1001001 10101011 10111110 111110 1010 0 11001 10111110 101111 110100

Color Harmonies of #49ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABBE

Black with #49ABBE

Text Example


Text Example

White with #49ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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