#49AABB

Color #49AABB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #49AABB

Tints of Viking #49AABB

Color information

#49AABB (or 0x49AABB) is unknown color: approx Viking. HEX triplet: 49, AA and BB. RGB value is (73,170,187). Sum of RGB (Red+Green+Blue) = 73+170+187=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #49AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AABB is #B65544. Grayscale: #8E8E8E. Windows color (decimal): -11949381 or 12298825. OLE color: 12298825.

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

Color convert

RGB73170187-
CMYK0.610.0900.27
HSL188.95º45.6%50.98%-
HSV(B)188.95º60.96%73.33%-
XYZ26.0933.7552.15-
YUV142.94152.8678.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=16.98%
G=39.53%
B=43.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731701870.610.0900.27188.9545.650.98
Hex49AABB3D901Bbd2e33
Octal11125227375110332755663
Binary10010011010101010111011111101100101101110111101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49AABB;
 }
 .AnyTagClassName
 {
   color: #49AABB;
 }
</style>
background-color css

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

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

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

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

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

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