Html Css Color HEX #49617F Chambray

📋 copy color: '#49617F'

red 73 ◦ green 97 ◦ blue 127

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

Shades of Chambray #49617F

Tints of Chambray #49617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 127 (50% from 255) = 42.76%

R = 24.58%
G = 32.66%
B = 42.76%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49617F (or 0x49617F) is known color: Chambray. HEX triplet: 49, 61 and 7F. RGB value is (73,97,127). Sum of RGB (Red+Green+Blue) = 73+97+127=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #49617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49617F is #B69E80. Grayscale: #5D5D5D. Windows color (decimal): -11968129 or 8347977. OLE color: 8347977.

HSL color Cylindrical-coordinate representation of color #49617F: hue angle of 213.33º 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 #49617F is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 97 127 -
CMYK 0.43 0.24 0 0.50
HSL 213.33º 0.27% 0.39% -
HSV(B) 213.33º 0.43% 0.5% -
XYZ 10.85 11.5 21.73 -
YUV 93.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 73 97 127 0.43 0.24 0 0.50 213.33 0.27 0.39
Hex 49 61 7F 2B 18 0 32 D5 1B 27
Octal 111 141 177 53 30 0 62 325 33 47
Binary 1001001 1100001 1111111 101011 11000 0 110010 11010101 11011 100111

Color Harmonies of #49617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49617F

Black with #49617F

Text Example


Text Example

White with #49617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49617F; }

 p { color: rgb(73,97,127); }

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

background-color css

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

 a { background-color: rgb(73,97,127); }

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

border-color css

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

 span { border-color: rgb(73,97,127); }

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