Html Css Color HEX #495F72 Chambray

📋 copy color: '#495F72'

red 73 ◦ green 95 ◦ blue 114

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

Shades of Chambray #495F72

Tints of Chambray #495F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 25.89%
G = 33.69%
B = 40.43%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495F72 (or 0x495F72) is known color: Chambray. HEX triplet: 49, 5F and 72. RGB value is (73,95,114). Sum of RGB (Red+Green+Blue) = 73+95+114=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #495F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F72 is #B6A08D. Grayscale: #5A5A5A. Windows color (decimal): -11968654 or 7495497. OLE color: 7495497.

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

Color convert

RGB 73 95 114 -
CMYK 0.36 0.17 0 0.55
HSL 207.8º 0.22% 0.37% -
HSV(B) 207.8º 0.36% 0.45% -
XYZ 9.88 10.82 17.49 -
YUV 90.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 73 95 114 0.36 0.17 0 0.55 207.8 0.22 0.37
Hex 49 5F 72 24 11 0 37 D0 16 25
Octal 111 137 162 44 21 0 67 320 26 45
Binary 1001001 1011111 1110010 100100 10001 0 110111 11010000 10110 100101

Color Harmonies of #495F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F72

Black with #495F72

Text Example


Text Example

White with #495F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495F72; }

 p { color: rgb(73,95,114); }

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

background-color css

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

 a { background-color: rgb(73,95,114); }

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

border-color css

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

 span { border-color: rgb(73,95,114); }

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