#495484

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

Shades of Chambray #495484

Tints of Chambray #495484

Color information

#495484 (or 0x495484) is unknown color: approx Chambray. HEX triplet: 49, 54 and 84. RGB value is (73,84,132). Sum of RGB (Red+Green+Blue) = 73+84+132=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #495484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495484 is #B6AB7B. Grayscale: #555555. Windows color (decimal): -11971452 or 8672329. OLE color: 8672329.

HSL color Cylindrical-coordinate representation of color #495484: hue angle of 228.81º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495484 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7384132-
CMYK0.450.3600.48
HSL228.81º28.78%40.2%-
HSV(B)228.81º44.7%51.76%-
XYZ10.089.4223.12-
YUV86.18153.86118.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=25.26%
G=29.07%
B=45.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73841320.450.3600.48228.8128.7840.2
Hex4954842D24030e51d28
Octal11112420455440603453550
Binary100100110101001000010010110110010001100001110010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495484; }

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

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

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

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

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

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

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

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