Html Css Color HEX #495873 Chambray

📋 copy color: '#495873'

red 73 ◦ green 88 ◦ blue 115

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

Shades of Chambray #495873

Tints of Chambray #495873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 26.45%
G = 31.88%
B = 41.67%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495873 (or 0x495873) is known color: Chambray. HEX triplet: 49, 58 and 73. RGB value is (73,88,115). Sum of RGB (Red+Green+Blue) = 73+88+115=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #495873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495873 is #B6A78C. Grayscale: #565656. Windows color (decimal): -11970445 or 7559241. OLE color: 7559241.

HSL color Cylindrical-coordinate representation of color #495873: hue angle of 218.57º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495873 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 88 115 -
CMYK 0.37 0.23 0 0.55
HSL 218.57º 0.22% 0.37% -
HSV(B) 218.57º 0.37% 0.45% -
XYZ 9.33 9.63 17.59 -
YUV 86.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 73 88 115 0.37 0.23 0 0.55 218.57 0.22 0.37
Hex 49 58 73 25 17 0 37 DB 16 25
Octal 111 130 163 45 27 0 67 333 26 45
Binary 1001001 1011000 1110011 100101 10111 0 110111 11011011 10110 100101

Color Harmonies of #495873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495873

Black with #495873

Text Example


Text Example

White with #495873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495873; }

 p { color: rgb(73,88,115); }

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

background-color css

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

 a { background-color: rgb(73,88,115); }

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

border-color css

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

 span { border-color: rgb(73,88,115); }

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