Html Css Color HEX #48597E Chambray

📋 copy color: '#48597E'

red 72 ◦ green 89 ◦ blue 126

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

Shades of Chambray #48597E

Tints of Chambray #48597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.9%

R = 25.09%
G = 31.01%
B = 43.9%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48597E (or 0x48597E) is known color: Chambray. HEX triplet: 48, 59 and 7E. RGB value is (72,89,126). Sum of RGB (Red+Green+Blue) = 72+89+126=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #48597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48597E is #B7A681. Grayscale: #575757. Windows color (decimal): -12035714 or 8280392. OLE color: 8280392.

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

Color convert

RGB 72 89 126 -
CMYK 0.43 0.29 0 0.51
HSL 221.11º 0.27% 0.39% -
HSV(B) 221.11º 0.43% 0.49% -
XYZ 10.01 10.03 21.15 -
YUV 88.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 72 89 126 0.43 0.29 0 0.51 221.11 0.27 0.39
Hex 48 59 7E 2B 1D 0 33 DD 1B 27
Octal 110 131 176 53 35 0 63 335 33 47
Binary 1001000 1011001 1111110 101011 11101 0 110011 11011101 11011 100111

Color Harmonies of #48597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48597E

Black with #48597E

Text Example


Text Example

White with #48597E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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