Html Css Color HEX #495A70 Chambray

📋 copy color: '#495A70'

red 73 ◦ green 90 ◦ blue 112

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

Shades of Chambray #495A70

Tints of Chambray #495A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 26.55%
G = 32.73%
B = 40.73%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495A70 (or 0x495A70) is known color: Chambray. HEX triplet: 49, 5A and 70. RGB value is (73,90,112). Sum of RGB (Red+Green+Blue) = 73+90+112=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #495A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A70 is #B6A58F. Grayscale: #575757. Windows color (decimal): -11969936 or 7363145. OLE color: 7363145.

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

Color convert

RGB 73 90 112 -
CMYK 0.35 0.20 0 0.56
HSL 213.85º 0.21% 0.36% -
HSV(B) 213.85º 0.35% 0.44% -
XYZ 9.33 9.9 16.75 -
YUV 87.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 73 90 112 0.35 0.20 0 0.56 213.85 0.21 0.36
Hex 49 5A 70 23 14 0 38 D6 15 24
Octal 111 132 160 43 24 0 70 326 25 44
Binary 1001001 1011010 1110000 100011 10100 0 111000 11010110 10101 100100

Color Harmonies of #495A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A70

Black with #495A70

Text Example


Text Example

White with #495A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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