Html Css Color HEX #495584 Chambray

📋 copy color: '#495584'

red 73 ◦ green 85 ◦ blue 132

#495584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #495584

Tints of Chambray #495584

RGB

 RED value IS 73 (28.91% from 255) = 25.17%

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 132 (51.95% from 255) = 45.52%

R = 25.17%
G = 29.31%
B = 45.52%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#495584 (or 0x495584) is known color: Chambray. HEX triplet: 49, 55 and 84. RGB value is (73,85,132). Sum of RGB (Red+Green+Blue) = 73+85+132=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #495584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495584 is #B6AA7B. Grayscale: #565656. Windows color (decimal): -11971196 or 8672585. OLE color: 8672585.

HSL color Cylindrical-coordinate representation of color #495584: hue angle of 227.8º 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 #495584 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 85 132 -
CMYK 0.45 0.36 0 0.48
HSL 227.8º 0.29% 0.4% -
HSV(B) 227.8º 0.45% 0.52% -
XYZ 10.16 9.58 23.14 -
YUV 86.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 73 85 132 0.45 0.36 0 0.48 227.8 0.29 0.4
Hex 49 55 84 2D 24 0 30 E4 1D 28
Octal 111 125 204 55 44 0 60 344 35 50
Binary 1001001 1010101 10000100 101101 100100 0 110000 11100100 11101 101000

Color Harmonies of #495584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495584

Black with #495584

Text Example


Text Example

White with #495584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495584; }

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

 H1.HeaderClassName
 {
   color: #495584;
 }
 .AnyTagClassName
 {
   color: #495584;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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