Html Css Color HEX #496075 Chambray

📋 copy color: '#496075'

red 73 ◦ green 96 ◦ blue 117

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

Shades of Chambray #496075

Tints of Chambray #496075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 25.52%
G = 33.57%
B = 40.91%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#496075 (or 0x496075) is known color: Chambray. HEX triplet: 49, 60 and 75. RGB value is (73,96,117). Sum of RGB (Red+Green+Blue) = 73+96+117=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #496075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496075 is #B69F8A. Grayscale: #5B5B5B. Windows color (decimal): -11968395 or 7692361. OLE color: 7692361.

HSL color Cylindrical-coordinate representation of color #496075: hue angle of 208.64º 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 #496075 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 96 117 -
CMYK 0.38 0.18 0 0.54
HSL 208.64º 0.23% 0.37% -
HSV(B) 208.64º 0.38% 0.46% -
XYZ 10.14 11.07 18.43 -
YUV 91.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 73 96 117 0.38 0.18 0 0.54 208.64 0.23 0.37
Hex 49 60 75 26 12 0 36 D1 17 25
Octal 111 140 165 46 22 0 66 321 27 45
Binary 1001001 1100000 1110101 100110 10010 0 110110 11010001 10111 100101

Color Harmonies of #496075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496075

Black with #496075

Text Example


Text Example

White with #496075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496075; }

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

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

background-color css

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

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

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

border-color css

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

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

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