Html Css Color HEX #48596E Chambray

📋 copy color: '#48596E'

red 72 ◦ green 89 ◦ blue 110

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

Shades of Chambray #48596E

Tints of Chambray #48596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

 BLUE value IS 110 (43.36% from 255) = 40.59%

R = 26.57%
G = 32.84%
B = 40.59%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48596E (or 0x48596E) is known color: Chambray. HEX triplet: 48, 59 and 6E. RGB value is (72,89,110). Sum of RGB (Red+Green+Blue) = 72+89+110=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #48596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48596E is #B7A691. Grayscale: #565656. Windows color (decimal): -12035730 or 7231816. OLE color: 7231816.

HSL color Cylindrical-coordinate representation of color #48596E: hue angle of 213.16º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48596E is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 89 110 -
CMYK 0.35 0.19 0 0.57
HSL 213.16º 0.21% 0.36% -
HSV(B) 213.16º 0.35% 0.43% -
XYZ 9.06 9.65 16.14 -
YUV 86.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 72 89 110 0.35 0.19 0 0.57 213.16 0.21 0.36
Hex 48 59 6E 23 13 0 39 D5 15 24
Octal 110 131 156 43 23 0 71 325 25 44
Binary 1001000 1011001 1101110 100011 10011 0 111001 11010101 10101 100100

Color Harmonies of #48596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48596E

Black with #48596E

Text Example


Text Example

White with #48596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48596E; }

 p { color: rgb(72,89,110); }

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

background-color css

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

 a { background-color: rgb(72,89,110); }

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

border-color css

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

 span { border-color: rgb(72,89,110); }

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