#495483

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

Shades of Chambray #495483

Tints of Chambray #495483

Color information

#495483 (or 0x495483) is unknown color: approx Chambray. HEX triplet: 49, 54 and 83. RGB value is (73,84,131). Sum of RGB (Red+Green+Blue) = 73+84+131=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #495483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495483 is #B6AB7C. Grayscale: #555555. Windows color (decimal): -11971453 or 8606793. OLE color: 8606793.

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

Color convert

RGB7384131-
CMYK0.440.3600.49
HSL228.62º28.43%40%-
HSV(B)228.62º44.27%51.37%-
XYZ10.019.422.76-
YUV86.07153.36118.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=25.35%
G=29.17%
B=45.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73841310.440.3600.49228.6228.4340
Hex4954832C24031e51c28
Octal11112420354440613453450
Binary100100110101001000001110110010010001100011110010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495483; }

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

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

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

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

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

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

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

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