Html Css Color HEX #49A4BA Viking

📋 copy color: '#49A4BA'

red 73 ◦ green 164 ◦ blue 186

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

Shades of Viking #49A4BA

Tints of Viking #49A4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 17.26%
G = 38.77%
B = 43.97%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#49A4BA (or 0x49A4BA) is known color: Viking. HEX triplet: 49, A4 and BA. RGB value is (73,164,186). Sum of RGB (Red+Green+Blue) = 73+164+186=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #49A4BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4BA is #B65B45. Grayscale: #8B8B8B. Windows color (decimal): -11950918 or 12231753. OLE color: 12231753.

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

Color convert

RGB 73 164 186 -
CMYK 0.61 0.12 0 0.27
HSL 191.68º 0.45% 0.51% -
HSV(B) 191.68º 0.61% 0.73% -
XYZ 24.89 31.51 51.23 -
YUV 139.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 73 164 186 0.61 0.12 0 0.27 191.68 0.45 0.51
Hex 49 A4 BA 3D C 0 1B C0 2D 33
Octal 111 244 272 75 14 0 33 300 55 63
Binary 1001001 10100100 10111010 111101 1100 0 11011 11000000 101101 110011

Color Harmonies of #49A4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A4BA

Black with #49A4BA

Text Example


Text Example

White with #49A4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,164,186); }

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

background-color css

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

 a { background-color: rgb(73,164,186); }

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

border-color css

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

 span { border-color: rgb(73,164,186); }

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