Html Css Color HEX #495A80 Chambray

📋 copy color: '#495A80'

red 73 ◦ green 90 ◦ blue 128

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

Shades of Chambray #495A80

Tints of Chambray #495A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.99%

R = 25.09%
G = 30.93%
B = 43.99%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#495A80 (or 0x495A80) is known color: Chambray. HEX triplet: 49, 5A and 80. RGB value is (73,90,128). Sum of RGB (Red+Green+Blue) = 73+90+128=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #495A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495A80 is #B6A57F. Grayscale: #595959. Windows color (decimal): -11969920 or 8411721. OLE color: 8411721.

HSL color Cylindrical-coordinate representation of color #495A80: hue angle of 221.45º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495A80 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 90 128 -
CMYK 0.43 0.30 0 0.50
HSL 221.45º 0.27% 0.39% -
HSV(B) 221.45º 0.43% 0.5% -
XYZ 10.3 10.29 21.86 -
YUV 89.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 73 90 128 0.43 0.30 0 0.50 221.45 0.27 0.39
Hex 49 5A 80 2B 1E 0 32 DD 1B 27
Octal 111 132 200 53 36 0 62 335 33 47
Binary 1001001 1011010 10000000 101011 11110 0 110010 11011101 11011 100111

Color Harmonies of #495A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A80

Black with #495A80

Text Example


Text Example

White with #495A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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