#49ACBB

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

Shades of Viking #49ACBB

Tints of Viking #49ACBB

Color information

#49ACBB (or 0x49ACBB) is unknown color: approx Viking. HEX triplet: 49, AC and BB. RGB value is (73,172,187). Sum of RGB (Red+Green+Blue) = 73+172+187=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #49ACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACBB is #B65344. Grayscale: #8F8F8F. Windows color (decimal): -11948869 or 12299337. OLE color: 12299337.

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

Color convert

RGB73172187-
CMYK0.610.0800.27
HSL187.89º45.6%50.98%-
HSV(B)187.89º60.96%73.33%-
XYZ26.4734.5152.28-
YUV144.11152.277.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=16.90%
G=39.81%
B=43.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731721870.610.0800.27187.8945.650.98
Hex49ACBB3D801Bbc2e33
Octal11125427375100332745663
Binary10010011010110010111011111101100001101110111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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