Html Css Color HEX #495874 Chambray

📋 copy color: '#495874'

red 73 ◦ green 88 ◦ blue 116

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

Shades of Chambray #495874

Tints of Chambray #495874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 26.35%
G = 31.77%
B = 41.88%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495874 (or 0x495874) is known color: Chambray. HEX triplet: 49, 58 and 74. RGB value is (73,88,116). Sum of RGB (Red+Green+Blue) = 73+88+116=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #495874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495874 is #B6A78B. Grayscale: #565656. Windows color (decimal): -11970444 or 7624777. OLE color: 7624777.

HSL color Cylindrical-coordinate representation of color #495874: hue angle of 219.07º degrees, saturation: 0.23, 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 #495874 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 88 116 -
CMYK 0.37 0.24 0 0.55
HSL 219.07º 0.23% 0.37% -
HSV(B) 219.07º 0.37% 0.45% -
XYZ 9.39 9.66 17.89 -
YUV 86.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 73 88 116 0.37 0.24 0 0.55 219.07 0.23 0.37
Hex 49 58 74 25 18 0 37 DB 17 25
Octal 111 130 164 45 30 0 67 333 27 45
Binary 1001001 1011000 1110100 100101 11000 0 110111 11011011 10111 100101

Color Harmonies of #495874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495874

Black with #495874

Text Example


Text Example

White with #495874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495874; }

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

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

background-color css

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

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

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

border-color css

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

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

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