Html Css Color HEX #495F74 Chambray

📋 copy color: '#495F74'

red 73 ◦ green 95 ◦ blue 116

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

Shades of Chambray #495F74

Tints of Chambray #495F74

RGB

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

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

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

R = 25.7%
G = 33.45%
B = 40.85%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495F74 (or 0x495F74) is known color: Chambray. HEX triplet: 49, 5F and 74. RGB value is (73,95,116). Sum of RGB (Red+Green+Blue) = 73+95+116=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #495F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F74 is #B6A08B. Grayscale: #5A5A5A. Windows color (decimal): -11968652 or 7626569. OLE color: 7626569.

HSL color Cylindrical-coordinate representation of color #495F74: hue angle of 209.3º 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 #495F74 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 95 116 -
CMYK 0.37 0.18 0 0.55
HSL 209.3º 0.23% 0.37% -
HSV(B) 209.3º 0.37% 0.45% -
XYZ 9.99 10.86 18.09 -
YUV 90.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 73 95 116 0.37 0.18 0 0.55 209.3 0.23 0.37
Hex 49 5F 74 25 12 0 37 D1 17 25
Octal 111 137 164 45 22 0 67 321 27 45
Binary 1001001 1011111 1110100 100101 10010 0 110111 11010001 10111 100101

Color Harmonies of #495F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F74

Black with #495F74

Text Example


Text Example

White with #495F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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