Html Css Color HEX #48596C Chambray

📋 copy color: '#48596C'

red 72 ◦ green 89 ◦ blue 108

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

Shades of Chambray #48596C

Tints of Chambray #48596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 26.77%
G = 33.09%
B = 40.15%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48596C (or 0x48596C) is known color: Chambray. HEX triplet: 48, 59 and 6C. RGB value is (72,89,108). Sum of RGB (Red+Green+Blue) = 72+89+108=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #48596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48596C is #B7A693. Grayscale: #555555. Windows color (decimal): -12035732 or 7100744. OLE color: 7100744.

HSL color Cylindrical-coordinate representation of color #48596C: hue angle of 211.67º 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 #48596C is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 89 108 -
CMYK 0.33 0.18 0 0.58
HSL 211.67º 0.2% 0.35% -
HSV(B) 211.67º 0.33% 0.42% -
XYZ 8.95 9.61 15.57 -
YUV 86.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 72 89 108 0.33 0.18 0 0.58 211.67 0.2 0.35
Hex 48 59 6C 21 12 0 3A D4 14 23
Octal 110 131 154 41 22 0 72 324 24 43
Binary 1001000 1011001 1101100 100001 10010 0 111010 11010100 10100 100011

Color Harmonies of #48596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48596C

Black with #48596C

Text Example


Text Example

White with #48596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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