Html Css Color HEX #48577D Chambray

📋 copy color: '#48577D'

red 72 ◦ green 87 ◦ blue 125

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

Shades of Chambray #48577D

Tints of Chambray #48577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

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

R = 25.35%
G = 30.63%
B = 44.01%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48577D (or 0x48577D) is known color: Chambray. HEX triplet: 48, 57 and 7D. RGB value is (72,87,125). Sum of RGB (Red+Green+Blue) = 72+87+125=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #48577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48577D is #B7A882. Grayscale: #565656. Windows color (decimal): -12036227 or 8214344. OLE color: 8214344.

HSL color Cylindrical-coordinate representation of color #48577D: hue angle of 223.02º 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 #48577D is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 87 125 -
CMYK 0.42 0.30 0 0.51
HSL 223.02º 0.27% 0.39% -
HSV(B) 223.02º 0.42% 0.49% -
XYZ 9.78 9.67 20.75 -
YUV 86.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 72 87 125 0.42 0.30 0 0.51 223.02 0.27 0.39
Hex 48 57 7D 2A 1E 0 33 DF 1B 27
Octal 110 127 175 52 36 0 63 337 33 47
Binary 1001000 1010111 1111101 101010 11110 0 110011 11011111 11011 100111

Color Harmonies of #48577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48577D

Black with #48577D

Text Example


Text Example

White with #48577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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