#495481

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

Shades of Chambray #495481

Tints of Chambray #495481

Color information

#495481 (or 0x495481) is unknown color: approx Chambray. HEX triplet: 49, 54 and 81. RGB value is (73,84,129). Sum of RGB (Red+Green+Blue) = 73+84+129=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #495481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495481 is #B6AB7E. Grayscale: #555555. Windows color (decimal): -11971455 or 8475721. OLE color: 8475721.

HSL color Cylindrical-coordinate representation of color #495481: hue angle of 228.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495481 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7384129-
CMYK0.430.3500.49
HSL228.21º27.72%39.61%-
HSV(B)228.21º43.41%50.59%-
XYZ9.889.3422.05-
YUV85.84152.36118.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=25.52%
G=29.37%
B=45.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73841290.430.3500.49228.2127.7239.61
Hex4954812B23031e41c28
Octal11112420153430613443450
Binary100100110101001000000110101110001101100011110010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495481; }

 p { color: rgb(73,84,129); }

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

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

 a { background-color: rgb(73,84,129); }

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

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

 span { border-color: rgb(73,84,129); }

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