#49A8BB

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

Shades of Viking #49A8BB

Tints of Viking #49A8BB

Color information

#49A8BB (or 0x49A8BB) is unknown color: approx Viking. HEX triplet: 49, A8 and BB. RGB value is (73,168,187). Sum of RGB (Red+Green+Blue) = 73+168+187=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #49A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8BB is #B65744. Grayscale: #8D8D8D. Windows color (decimal): -11949893 or 12298313. OLE color: 12298313.

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

Color convert

RGB73168187-
CMYK0.610.1000.27
HSL190º45.6%50.98%-
HSV(B)190º60.96%73.33%-
XYZ25.7233.0152.03-
YUV141.76153.5378.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 168 (66.02% from 255) = 39.25%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=17.06%
G=39.25%
B=43.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731681870.610.1000.2719045.650.98
Hex49A8BB3DA01Bbe2e33
Octal11125027375120332765663
Binary10010011010100010111011111101101001101110111110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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