Html Css Color HEX #495A6F Chambray

📋 copy color: '#495A6F'

red 73 ◦ green 90 ◦ blue 111

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

Shades of Chambray #495A6F

Tints of Chambray #495A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 26.64%
G = 32.85%
B = 40.51%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495A6F (or 0x495A6F) is known color: Chambray. HEX triplet: 49, 5A and 6F. RGB value is (73,90,111). Sum of RGB (Red+Green+Blue) = 73+90+111=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #495A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A6F is #B6A590. Grayscale: #575757. Windows color (decimal): -11969937 or 7297609. OLE color: 7297609.

HSL color Cylindrical-coordinate representation of color #495A6F: hue angle of 213.16º 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 #495A6F is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 90 111 -
CMYK 0.34 0.19 0 0.56
HSL 213.16º 0.21% 0.36% -
HSV(B) 213.16º 0.34% 0.44% -
XYZ 9.27 9.88 16.46 -
YUV 87.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 73 90 111 0.34 0.19 0 0.56 213.16 0.21 0.36
Hex 49 5A 6F 22 13 0 38 D5 15 24
Octal 111 132 157 42 23 0 70 325 25 44
Binary 1001001 1011010 1101111 100010 10011 0 111000 11010101 10101 100100

Color Harmonies of #495A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A6F

Black with #495A6F

Text Example


Text Example

White with #495A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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