Html Css Color HEX #48587D Chambray

📋 copy color: '#48587D'

red 72 ◦ green 88 ◦ blue 125

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

Shades of Chambray #48587D

Tints of Chambray #48587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 25.26%
G = 30.88%
B = 43.86%

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

#48587D (or 0x48587D) is known color: Chambray. HEX triplet: 48, 58 and 7D. RGB value is (72,88,125). Sum of RGB (Red+Green+Blue) = 72+88+125=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #48587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48587D is #B7A782. Grayscale: #575757. Windows color (decimal): -12035971 or 8214600. OLE color: 8214600.

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

Color convert

RGB 72 88 125 -
CMYK 0.42 0.30 0 0.51
HSL 221.89º 0.27% 0.39% -
HSV(B) 221.89º 0.42% 0.49% -
XYZ 9.86 9.84 20.78 -
YUV 87.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 72 88 125 0.42 0.30 0 0.51 221.89 0.27 0.39
Hex 48 58 7D 2A 1E 0 33 DE 1B 27
Octal 110 130 175 52 36 0 63 336 33 47
Binary 1001000 1011000 1111101 101010 11110 0 110011 11011110 11011 100111

Color Harmonies of #48587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48587D

Black with #48587D

Text Example


Text Example

White with #48587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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