Html Css Color HEX #495875 Chambray

📋 copy color: '#495875'

red 73 ◦ green 88 ◦ blue 117

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

Shades of Chambray #495875

Tints of Chambray #495875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 26.26%
G = 31.65%
B = 42.09%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#495875 (or 0x495875) is known color: Chambray. HEX triplet: 49, 58 and 75. RGB value is (73,88,117). Sum of RGB (Red+Green+Blue) = 73+88+117=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #495875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495875 is #B6A78A. Grayscale: #565656. Windows color (decimal): -11970443 or 7690313. OLE color: 7690313.

HSL color Cylindrical-coordinate representation of color #495875: hue angle of 219.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495875 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 88 117 -
CMYK 0.38 0.25 0 0.54
HSL 219.55º 0.23% 0.37% -
HSV(B) 219.55º 0.38% 0.46% -
XYZ 9.45 9.68 18.2 -
YUV 86.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 73 88 117 0.38 0.25 0 0.54 219.55 0.23 0.37
Hex 49 58 75 26 19 0 36 DC 17 25
Octal 111 130 165 46 31 0 66 334 27 45
Binary 1001001 1011000 1110101 100110 11001 0 110110 11011100 10111 100101

Color Harmonies of #495875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495875

Black with #495875

Text Example


Text Example

White with #495875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495875; }

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

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

background-color css

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

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

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

border-color css

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

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

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