Html Css Color HEX #48597C Chambray

📋 copy color: '#48597C'

red 72 ◦ green 89 ◦ blue 124

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

Shades of Chambray #48597C

Tints of Chambray #48597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 25.26%
G = 31.23%
B = 43.51%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48597C (or 0x48597C) is known color: Chambray. HEX triplet: 48, 59 and 7C. RGB value is (72,89,124). Sum of RGB (Red+Green+Blue) = 72+89+124=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #48597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48597C is #B7A683. Grayscale: #575757. Windows color (decimal): -12035716 or 8149320. OLE color: 8149320.

HSL color Cylindrical-coordinate representation of color #48597C: hue angle of 220.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48597C is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 89 124 -
CMYK 0.42 0.28 0 0.51
HSL 220.38º 0.27% 0.38% -
HSV(B) 220.38º 0.42% 0.49% -
XYZ 9.88 9.98 20.47 -
YUV 87.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 72 89 124 0.42 0.28 0 0.51 220.38 0.27 0.38
Hex 48 59 7C 2A 1C 0 33 DC 1B 26
Octal 110 131 174 52 34 0 63 334 33 46
Binary 1001000 1011001 1111100 101010 11100 0 110011 11011100 11011 100110

Color Harmonies of #48597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48597C

Black with #48597C

Text Example


Text Example

White with #48597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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