Html Css Color HEX #48586D Chambray

📋 copy color: '#48586D'

red 72 ◦ green 88 ◦ blue 109

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

Shades of Chambray #48586D

Tints of Chambray #48586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 26.77%
G = 32.71%
B = 40.52%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48586D (or 0x48586D) is known color: Chambray. HEX triplet: 48, 58 and 6D. RGB value is (72,88,109). Sum of RGB (Red+Green+Blue) = 72+88+109=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #48586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48586D is #B7A792. Grayscale: #555555. Windows color (decimal): -12035987 or 7166024. OLE color: 7166024.

HSL color Cylindrical-coordinate representation of color #48586D: hue angle of 214.05º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48586D is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 88 109 -
CMYK 0.34 0.19 0 0.57
HSL 214.05º 0.2% 0.35% -
HSV(B) 214.05º 0.34% 0.43% -
XYZ 8.92 9.46 15.82 -
YUV 85.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 72 88 109 0.34 0.19 0 0.57 214.05 0.2 0.35
Hex 48 58 6D 22 13 0 39 D6 14 23
Octal 110 130 155 42 23 0 71 326 24 43
Binary 1001000 1011000 1101101 100010 10011 0 111001 11010110 10100 100011

Color Harmonies of #48586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48586D

Black with #48586D

Text Example


Text Example

White with #48586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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