Html Css Color HEX #48576B Chambray

📋 copy color: '#48576B'

red 72 ◦ green 87 ◦ blue 107

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

Shades of Chambray #48576B

Tints of Chambray #48576B

RGB

 RED value IS 72 (28.52% from 255) = 27.07%

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 107 (42.19% from 255) = 40.23%

R = 27.07%
G = 32.71%
B = 40.23%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48576B (or 0x48576B) is known color: Chambray. HEX triplet: 48, 57 and 6B. RGB value is (72,87,107). Sum of RGB (Red+Green+Blue) = 72+87+107=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #48576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48576B is #B7A894. Grayscale: #545454. Windows color (decimal): -12036245 or 7034696. OLE color: 7034696.

HSL color Cylindrical-coordinate representation of color #48576B: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48576B is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 87 107 -
CMYK 0.33 0.19 0 0.58
HSL 214.29º 0.2% 0.35% -
HSV(B) 214.29º 0.33% 0.42% -
XYZ 8.73 9.26 15.24 -
YUV 84.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 72 87 107 0.33 0.19 0 0.58 214.29 0.2 0.35
Hex 48 57 6B 21 13 0 3A D6 14 23
Octal 110 127 153 41 23 0 72 326 24 43
Binary 1001000 1010111 1101011 100001 10011 0 111010 11010110 10100 100011

Color Harmonies of #48576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48576B

Black with #48576B

Text Example


Text Example

White with #48576B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48576B; }

 p { color: rgb(72,87,107); }

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

background-color css

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

 a { background-color: rgb(72,87,107); }

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

border-color css

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

 span { border-color: rgb(72,87,107); }

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