#49B8CB

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

Shades of Viking #49B8CB

Tints of Viking #49B8CB

Color information

#49B8CB (or 0x49B8CB) is unknown color: approx Viking. HEX triplet: 49, B8 and CB. RGB value is (73,184,203). Sum of RGB (Red+Green+Blue) = 73+184+203=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #49B8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B8CB is #B64734. Grayscale: #989898. Windows color (decimal): -11945781 or 13350985. OLE color: 13350985.

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

Color convert

RGB73184203-
CMYK0.640.0900.20
HSL188.77º55.56%54.12%-
HSV(B)188.77º64.04%79.61%-
XYZ30.6740.0162.61-
YUV152.98156.2370.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.87%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=15.87%
G=40%
B=44.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731842030.640.0900.20188.7755.5654.12
Hex49B8CB409014bd3836
Octal111270313100110242757066
Binary100100110111000110010111000000100101010010111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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