Html Css Color HEX #48586A Chambray

📋 copy color: '#48586A'

red 72 ◦ green 88 ◦ blue 106

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

Shades of Chambray #48586A

Tints of Chambray #48586A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.85%

R = 27.07%
G = 33.08%
B = 39.85%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48586A (or 0x48586A) is known color: Chambray. HEX triplet: 48, 58 and 6A. RGB value is (72,88,106). Sum of RGB (Red+Green+Blue) = 72+88+106=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #48586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48586A is #B7A795. Grayscale: #555555. Windows color (decimal): -12035990 or 6969416. OLE color: 6969416.

HSL color Cylindrical-coordinate representation of color #48586A: hue angle of 211.76º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #48586A is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 88 106 -
CMYK 0.32 0.17 0 0.58
HSL 211.76º 0.19% 0.35% -
HSV(B) 211.76º 0.32% 0.42% -
XYZ 8.76 9.4 14.99 -
YUV 85.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 72 88 106 0.32 0.17 0 0.58 211.76 0.19 0.35
Hex 48 58 6A 20 11 0 3A D4 13 23
Octal 110 130 152 40 21 0 72 324 23 43
Binary 1001000 1011000 1101010 100000 10001 0 111010 11010100 10011 100011

Color Harmonies of #48586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48586A

Black with #48586A

Text Example


Text Example

White with #48586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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