Html Css Color HEX #48625B Stromboli

📋 copy color: '#48625B'

red 72 ◦ green 98 ◦ blue 91

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

Shades of Stromboli #48625B

Tints of Stromboli #48625B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 27.59%
G = 37.55%
B = 34.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#48625B (or 0x48625B) is known color: Stromboli. HEX triplet: 48, 62 and 5B. RGB value is (72,98,91). Sum of RGB (Red+Green+Blue) = 72+98+91=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #48625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48625B is #B79DA4. Grayscale: #595959. Windows color (decimal): -12033445 or 5988936. OLE color: 5988936.

HSL color Cylindrical-coordinate representation of color #48625B: hue angle of 163.85º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48625B is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 91 -
CMYK 0.27 0 0.07 0.62
HSL 163.85º 0.15% 0.33% -
HSV(B) 163.85º 0.27% 0.38% -
XYZ 8.93 10.87 11.52 -
YUV 89.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 72 98 91 0.27 0 0.07 0.62 163.85 0.15 0.33
Hex 48 62 5B 1B 0 7 3E A4 F 21
Octal 110 142 133 33 0 7 76 244 17 41
Binary 1001000 1100010 1011011 11011 0 111 111110 10100100 1111 100001

Color Harmonies of #48625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48625B

Black with #48625B

Text Example


Text Example

White with #48625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,98,91); }

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

background-color css

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

 a { background-color: rgb(72,98,91); }

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

border-color css

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

 span { border-color: rgb(72,98,91); }

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