Html Css Color HEX #495C6F Chambray

📋 copy color: '#495C6F'

red 73 ◦ green 92 ◦ blue 111

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

Shades of Chambray #495C6F

Tints of Chambray #495C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 26.45%
G = 33.33%
B = 40.22%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495C6F (or 0x495C6F) is known color: Chambray. HEX triplet: 49, 5C and 6F. RGB value is (73,92,111). Sum of RGB (Red+Green+Blue) = 73+92+111=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #495C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C6F is #B6A390. Grayscale: #585858. Windows color (decimal): -11969425 or 7298121. OLE color: 7298121.

HSL color Cylindrical-coordinate representation of color #495C6F: hue angle of 210º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495C6F is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 92 111 -
CMYK 0.34 0.17 0 0.56
HSL 210º 0.21% 0.36% -
HSV(B) 210º 0.34% 0.44% -
XYZ 9.44 10.22 16.51 -
YUV 88.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 73 92 111 0.34 0.17 0 0.56 210 0.21 0.36
Hex 49 5C 6F 22 11 0 38 D2 15 24
Octal 111 134 157 42 21 0 70 322 25 44
Binary 1001001 1011100 1101111 100010 10001 0 111000 11010010 10101 100100

Color Harmonies of #495C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C6F

Black with #495C6F

Text Example


Text Example

White with #495C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,111); }

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

background-color css

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

 a { background-color: rgb(73,92,111); }

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

border-color css

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

 span { border-color: rgb(73,92,111); }

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