#49ABBB

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

Shades of Viking #49ABBB

Tints of Viking #49ABBB

Color information

#49ABBB (or 0x49ABBB) is unknown color: approx Viking. HEX triplet: 49, AB and BB. RGB value is (73,171,187). Sum of RGB (Red+Green+Blue) = 73+171+187=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #49ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABBB is #B65444. Grayscale: #8F8F8F. Windows color (decimal): -11949125 or 12299081. OLE color: 12299081.

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

Color convert

RGB73171187-
CMYK0.610.0900.27
HSL188.42º45.6%50.98%-
HSV(B)188.42º60.96%73.33%-
XYZ26.2834.1352.22-
YUV143.52152.5377.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.94%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=16.94%
G=39.68%
B=43.39%

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
Decimal731711870.610.0900.27188.4245.650.98
Hex49ABBB3D901Bbc2e33
Octal11125327375110332745663
Binary10010011010101110111011111101100101101110111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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