#49A8CB

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

Shades of Viking #49A8CB

Tints of Viking #49A8CB

Color information

#49A8CB (or 0x49A8CB) is unknown color: approx Viking. HEX triplet: 49, A8 and CB. RGB value is (73,168,203). Sum of RGB (Red+Green+Blue) = 73+168+203=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #49A8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8CB is #B65734. Grayscale: #8F8F8F. Windows color (decimal): -11949877 or 13346889. OLE color: 13346889.

HSL color Cylindrical-coordinate representation of color #49A8CB: hue angle of 196.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49A8CB is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73168203-
CMYK0.640.1700.20
HSL196.15º55.56%54.12%-
HSV(B)196.15º64.04%79.61%-
XYZ27.5333.7361.56-
YUV143.58161.5377.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.44%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=16.44%
G=37.84%
B=45.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731682030.640.1700.20196.1555.5654.12
Hex49A8CB4011014c43836
Octal111250313100210243047066
Binary1001001101010001100101110000001000101010011000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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