Html Css Color HEX #495675 Chambray

📋 copy color: '#495675'

red 73 ◦ green 86 ◦ blue 117

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

Shades of Chambray #495675

Tints of Chambray #495675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 26.45%
G = 31.16%
B = 42.39%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#495675 (or 0x495675) is known color: Chambray. HEX triplet: 49, 56 and 75. RGB value is (73,86,117). Sum of RGB (Red+Green+Blue) = 73+86+117=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #495675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495675 is #B6A98A. Grayscale: #555555. Windows color (decimal): -11970955 or 7689801. OLE color: 7689801.

HSL color Cylindrical-coordinate representation of color #495675: hue angle of 222.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495675 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 86 117 -
CMYK 0.38 0.26 0 0.54
HSL 222.27º 0.23% 0.37% -
HSV(B) 222.27º 0.38% 0.46% -
XYZ 9.29 9.36 18.15 -
YUV 85.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 73 86 117 0.38 0.26 0 0.54 222.27 0.23 0.37
Hex 49 56 75 26 1A 0 36 DE 17 25
Octal 111 126 165 46 32 0 66 336 27 45
Binary 1001001 1010110 1110101 100110 11010 0 110110 11011110 10111 100101

Color Harmonies of #495675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495675

Black with #495675

Text Example


Text Example

White with #495675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495675; }

 p { color: rgb(73,86,117); }

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

background-color css

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

 a { background-color: rgb(73,86,117); }

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

border-color css

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

 span { border-color: rgb(73,86,117); }

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