Html Css Color HEX #48586B Chambray

📋 copy color: '#48586B'

red 72 ◦ green 88 ◦ blue 107

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

Shades of Chambray #48586B

Tints of Chambray #48586B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 26.97%
G = 32.96%
B = 40.07%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48586B (or 0x48586B) is known color: Chambray. HEX triplet: 48, 58 and 6B. RGB value is (72,88,107). Sum of RGB (Red+Green+Blue) = 72+88+107=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #48586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48586B is #B7A794. Grayscale: #555555. Windows color (decimal): -12035989 or 7034952. OLE color: 7034952.

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

Color convert

RGB 72 88 107 -
CMYK 0.33 0.18 0 0.58
HSL 212.57º 0.2% 0.35% -
HSV(B) 212.57º 0.33% 0.42% -
XYZ 8.82 9.42 15.26 -
YUV 85.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 72 88 107 0.33 0.18 0 0.58 212.57 0.2 0.35
Hex 48 58 6B 21 12 0 3A D5 14 23
Octal 110 130 153 41 22 0 72 325 24 43
Binary 1001000 1011000 1101011 100001 10010 0 111010 11010101 10100 100011

Color Harmonies of #48586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48586B

Black with #48586B

Text Example


Text Example

White with #48586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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