Html Css Color HEX #495A6D Chambray

📋 copy color: '#495A6D'

red 73 ◦ green 90 ◦ blue 109

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

Shades of Chambray #495A6D

Tints of Chambray #495A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.07%

R = 26.84%
G = 33.09%
B = 40.07%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#495A6D (or 0x495A6D) is known color: Chambray. HEX triplet: 49, 5A and 6D. RGB value is (73,90,109). Sum of RGB (Red+Green+Blue) = 73+90+109=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #495A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A6D is #B6A592. Grayscale: #565656. Windows color (decimal): -11969939 or 7166537. OLE color: 7166537.

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

Color convert

RGB 73 90 109 -
CMYK 0.33 0.17 0 0.57
HSL 211.67º 0.2% 0.36% -
HSV(B) 211.67º 0.33% 0.43% -
XYZ 9.16 9.83 15.88 -
YUV 87.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 73 90 109 0.33 0.17 0 0.57 211.67 0.2 0.36
Hex 49 5A 6D 21 11 0 39 D4 14 24
Octal 111 132 155 41 21 0 71 324 24 44
Binary 1001001 1011010 1101101 100001 10001 0 111001 11010100 10100 100100

Color Harmonies of #495A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A6D

Black with #495A6D

Text Example


Text Example

White with #495A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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