Html Css Color HEX #495C6E Chambray

📋 copy color: '#495C6E'

red 73 ◦ green 92 ◦ blue 110

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

Shades of Chambray #495C6E

Tints of Chambray #495C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40%

R = 26.55%
G = 33.45%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#495C6E (or 0x495C6E) is known color: Chambray. HEX triplet: 49, 5C and 6E. RGB value is (73,92,110). Sum of RGB (Red+Green+Blue) = 73+92+110=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #495C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C6E is #B6A391. Grayscale: #585858. Windows color (decimal): -11969426 or 7232585. OLE color: 7232585.

HSL color Cylindrical-coordinate representation of color #495C6E: hue angle of 209.19º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495C6E is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 92 110 -
CMYK 0.34 0.16 0 0.57
HSL 209.19º 0.2% 0.36% -
HSV(B) 209.19º 0.34% 0.43% -
XYZ 9.39 10.2 16.23 -
YUV 88.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 73 92 110 0.34 0.16 0 0.57 209.19 0.2 0.36
Hex 49 5C 6E 22 10 0 39 D1 14 24
Octal 111 134 156 42 20 0 71 321 24 44
Binary 1001001 1011100 1101110 100010 10000 0 111001 11010001 10100 100100

Color Harmonies of #495C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C6E

Black with #495C6E

Text Example


Text Example

White with #495C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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