Html Css Color HEX #495585 Chambray

📋 copy color: '#495585'

red 73 ◦ green 85 ◦ blue 133

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

Shades of Chambray #495585

Tints of Chambray #495585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.7%

R = 25.09%
G = 29.21%
B = 45.7%

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

#495585 (or 0x495585) is known color: Chambray. HEX triplet: 49, 55 and 85. RGB value is (73,85,133). Sum of RGB (Red+Green+Blue) = 73+85+133=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #495585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495585 is #B6AA7A. Grayscale: #565656. Windows color (decimal): -11971195 or 8738121. OLE color: 8738121.

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

Color convert

RGB 73 85 133 -
CMYK 0.45 0.36 0 0.48
HSL 228º 0.29% 0.4% -
HSV(B) 228º 0.45% 0.52% -
XYZ 10.23 9.61 23.51 -
YUV 86.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 73 85 133 0.45 0.36 0 0.48 228 0.29 0.4
Hex 49 55 85 2D 24 0 30 E4 1D 28
Octal 111 125 205 55 44 0 60 344 35 50
Binary 1001001 1010101 10000101 101101 100100 0 110000 11100100 11101 101000

Color Harmonies of #495585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495585

Black with #495585

Text Example


Text Example

White with #495585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495585; }

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

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

background-color css

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

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

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

border-color css

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

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

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