#49b7c8

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

Shades of Viking #49B7C8

Tints of Viking #49B7C8

Color information

#49B7C8 (or 0x49B7C8) is unknown color: approx Viking. HEX triplet: 49, B7 and C8. RGB value is (73,183,200). Sum of RGB (Red+Green+Blue) = 73+183+200=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #49B7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B7C8 is #B64837. Grayscale: #979797. Windows color (decimal): -11946040 or 13154121. OLE color: 13154121.

HSL color Cylindrical-coordinate representation of color #49B7C8: hue angle of 188.03º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49B7C8 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB73183200-
CMYK0.640.0800.22
HSL188.03º53.59%53.53%-
HSV(B)188.03º63.5%78.43%-
XYZ30.1139.4560.67-
YUV152.05155.0671.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.01%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=16.01%
G=40.13%
B=43.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731832000.640.0800.22188.0353.5953.53
Hex49B7C8408016bc3636
Octal111267310100100262746666
Binary100100110110111110010001000000100001011010111100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b7c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,183,200); }

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

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

 a { background-color: rgb(73,183,200); }

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

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

 span { border-color: rgb(73,183,200); }

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