Html Css Color HEX #495F76 Chambray

📋 copy color: '#495F76'

red 73 ◦ green 95 ◦ blue 118

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

Shades of Chambray #495F76

Tints of Chambray #495F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 25.52%
G = 33.22%
B = 41.26%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#495F76 (or 0x495F76) is known color: Chambray. HEX triplet: 49, 5F and 76. RGB value is (73,95,118). Sum of RGB (Red+Green+Blue) = 73+95+118=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #495F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F76 is #B6A089. Grayscale: #5A5A5A. Windows color (decimal): -11968650 or 7757641. OLE color: 7757641.

HSL color Cylindrical-coordinate representation of color #495F76: hue angle of 210.67º degrees, saturation: 0.24, 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 #495F76 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 95 118 -
CMYK 0.38 0.19 0 0.54
HSL 210.67º 0.24% 0.37% -
HSV(B) 210.67º 0.38% 0.46% -
XYZ 10.11 10.91 18.71 -
YUV 91.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 73 95 118 0.38 0.19 0 0.54 210.67 0.24 0.37
Hex 49 5F 76 26 13 0 36 D3 18 25
Octal 111 137 166 46 23 0 66 323 30 45
Binary 1001001 1011111 1110110 100110 10011 0 110110 11010011 11000 100101

Color Harmonies of #495F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F76

Black with #495F76

Text Example


Text Example

White with #495F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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