Html Css Color HEX #48665B Stromboli

📋 copy color: '#48665B'

red 72 ◦ green 102 ◦ blue 91

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

Shades of Stromboli #48665B

Tints of Stromboli #48665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.49%

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

R = 27.17%
G = 38.49%
B = 34.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#48665B (or 0x48665B) is known color: Stromboli. HEX triplet: 48, 66 and 5B. RGB value is (72,102,91). Sum of RGB (Red+Green+Blue) = 72+102+91=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 102 - color contains mainly: green. Hex color #48665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48665B is #B799A4. Grayscale: #5B5B5B. Windows color (decimal): -12032421 or 5989960. OLE color: 5989960.

HSL color Cylindrical-coordinate representation of color #48665B: hue angle of 158º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48665B is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 91 -
CMYK 0.29 0 0.11 0.6
HSL 158º 0.17% 0.34% -
HSV(B) 158º 0.29% 0.4% -
XYZ 9.31 11.64 11.65 -
YUV 91.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 72 102 91 0.29 0 0.11 0.6 158 0.17 0.34
Hex 48 66 5B 1D 0 B 3C 9E 11 22
Octal 110 146 133 35 0 13 74 236 21 42
Binary 1001000 1100110 1011011 11101 0 1011 111100 10011110 10001 100010

Color Harmonies of #48665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48665B

Black with #48665B

Text Example


Text Example

White with #48665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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