Html Css Color HEX #48597F Chambray

📋 copy color: '#48597F'

red 72 ◦ green 89 ◦ blue 127

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

Shades of Chambray #48597F

Tints of Chambray #48597F

RGB

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

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

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

R = 25%
G = 30.9%
B = 44.1%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48597F (or 0x48597F) is known color: Chambray. HEX triplet: 48, 59 and 7F. RGB value is (72,89,127). Sum of RGB (Red+Green+Blue) = 72+89+127=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #48597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48597F is #B7A680. Grayscale: #585858. Windows color (decimal): -12035713 or 8345928. OLE color: 8345928.

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

Color convert

RGB 72 89 127 -
CMYK 0.43 0.30 0 0.50
HSL 221.45º 0.28% 0.39% -
HSV(B) 221.45º 0.43% 0.5% -
XYZ 10.08 10.05 21.49 -
YUV 88.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 72 89 127 0.43 0.30 0 0.50 221.45 0.28 0.39
Hex 48 59 7F 2B 1E 0 32 DD 1C 27
Octal 110 131 177 53 36 0 62 335 34 47
Binary 1001000 1011001 1111111 101011 11110 0 110010 11011101 11100 100111

Color Harmonies of #48597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48597F

Black with #48597F

Text Example


Text Example

White with #48597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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