Html Css Color HEX #48557D Chambray

📋 copy color: '#48557D'

red 72 ◦ green 85 ◦ blue 125

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

Shades of Chambray #48557D

Tints of Chambray #48557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 125 (49.22% from 255) = 44.33%

R = 25.53%
G = 30.14%
B = 44.33%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48557D (or 0x48557D) is known color: Chambray. HEX triplet: 48, 55 and 7D. RGB value is (72,85,125). Sum of RGB (Red+Green+Blue) = 72+85+125=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #48557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48557D is #B7AA82. Grayscale: #555555. Windows color (decimal): -12036739 or 8213832. OLE color: 8213832.

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

Color convert

RGB 72 85 125 -
CMYK 0.42 0.32 0 0.51
HSL 225.28º 0.27% 0.39% -
HSV(B) 225.28º 0.42% 0.49% -
XYZ 9.62 9.36 20.7 -
YUV 85.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 72 85 125 0.42 0.32 0 0.51 225.28 0.27 0.39
Hex 48 55 7D 2A 20 0 33 E1 1B 27
Octal 110 125 175 52 40 0 63 341 33 47
Binary 1001000 1010101 1111101 101010 100000 0 110011 11100001 11011 100111

Color Harmonies of #48557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48557D

Black with #48557D

Text Example


Text Example

White with #48557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48557D; }

 p { color: rgb(72,85,125); }

 H1.HeaderClassName
 {
   color: #48557D;
 }
 .AnyTagClassName
 {
   color: #48557D;
 }
</style>

background-color css

<style>
 a { background-color: #48557D; }

 a { background-color: rgb(72,85,125); }

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

border-color css

<style>
 span { border-color: #48557D; }

 span { border-color: rgb(72,85,125); }

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