#496072

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

Shades of Fiord #496072

Tints of Fiord #496072

Color information

#496072 (or 0x496072) is unknown color: approx Fiord. HEX triplet: 49, 60 and 72. RGB value is (73,96,114). Sum of RGB (Red+Green+Blue) = 73+96+114=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #496072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496072 is #B69F8D. Grayscale: #5B5B5B. Windows color (decimal): -11968398 or 7495753. OLE color: 7495753.

HSL color Cylindrical-coordinate representation of color #496072: hue angle of 206.34º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #496072 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7396114-
CMYK0.360.1600.55
HSL206.34º21.93%36.67%-
HSV(B)206.34º35.96%44.71%-
XYZ9.971117.52-
YUV91.18140.88115.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=25.80%
G=33.92%
B=40.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73961140.360.1600.55206.3421.9336.67
Hex4960722410037ce1625
Octal11114016244200673162645
Binary1001001110000011100101001001000001101111100111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496072; }

 p { color: rgb(73,96,114); }

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

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

 a { background-color: rgb(73,96,114); }

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

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

 span { border-color: rgb(73,96,114); }

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