Html Css Color HEX #495B70 Chambray

📋 copy color: '#495B70'

red 73 ◦ green 91 ◦ blue 112

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

Shades of Chambray #495B70

Tints of Chambray #495B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

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

R = 26.45%
G = 32.97%
B = 40.58%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495B70 (or 0x495B70) is known color: Chambray. HEX triplet: 49, 5B and 70. RGB value is (73,91,112). Sum of RGB (Red+Green+Blue) = 73+91+112=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #495B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B70 is #B6A48F. Grayscale: #575757. Windows color (decimal): -11969680 or 7363401. OLE color: 7363401.

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

Color convert

RGB 73 91 112 -
CMYK 0.35 0.19 0 0.56
HSL 212.31º 0.21% 0.36% -
HSV(B) 212.31º 0.35% 0.44% -
XYZ 9.41 10.07 16.78 -
YUV 88.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 73 91 112 0.35 0.19 0 0.56 212.31 0.21 0.36
Hex 49 5B 70 23 13 0 38 D4 15 24
Octal 111 133 160 43 23 0 70 324 25 44
Binary 1001001 1011011 1110000 100011 10011 0 111000 11010100 10101 100100

Color Harmonies of #495B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B70

Black with #495B70

Text Example


Text Example

White with #495B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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