#49B2C2

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

Shades of Viking #49B2C2

Tints of Viking #49B2C2

Color information

#49B2C2 (or 0x49B2C2) is unknown color: approx Viking. HEX triplet: 49, B2 and C2. RGB value is (73,178,194). Sum of RGB (Red+Green+Blue) = 73+178+194=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #49B2C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2C2 is #B64D3D. Grayscale: #949494. Windows color (decimal): -11947326 or 12759625. OLE color: 12759625.

HSL color Cylindrical-coordinate representation of color #49B2C2: hue angle of 187.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49B2C2 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73178194-
CMYK0.620.0800.24
HSL187.93º49.79%52.35%-
HSV(B)187.93º62.37%76.08%-
XYZ28.4137.1556.71-
YUV148.43153.7174.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.40%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 194 (76.17% from 255) = 43.60%
R=16.40%
G=40%
B=43.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731781940.620.0800.24187.9349.7952.35
Hex49B2C23E8018bc3234
Octal11126230276100302746264
Binary10010011011001011000010111110100001100010111100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,178,194); }

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

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

 a { background-color: rgb(73,178,194); }

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

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

 span { border-color: rgb(73,178,194); }

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