Html Css Color HEX #48665C Stromboli

📋 copy color: '#48665C'

red 72 ◦ green 102 ◦ blue 92

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

Shades of Stromboli #48665C

Tints of Stromboli #48665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.59%

R = 27.07%
G = 38.35%
B = 34.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#48665C (or 0x48665C) is known color: Stromboli. HEX triplet: 48, 66 and 5C. RGB value is (72,102,92). Sum of RGB (Red+Green+Blue) = 72+102+92=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #48665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48665C is #B799A3. Grayscale: #5B5B5B. Windows color (decimal): -12032420 or 6055496. OLE color: 6055496.

HSL color Cylindrical-coordinate representation of color #48665C: hue angle of 160º 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 #48665C is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 92 -
CMYK 0.29 0 0.10 0.6
HSL 160º 0.17% 0.34% -
HSV(B) 160º 0.29% 0.4% -
XYZ 9.36 11.65 11.88 -
YUV 91.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 72 102 92 0.29 0 0.10 0.6 160 0.17 0.34
Hex 48 66 5C 1D 0 A 3C A0 11 22
Octal 110 146 134 35 0 12 74 240 21 42
Binary 1001000 1100110 1011100 11101 0 1010 111100 10100000 10001 100010

Color Harmonies of #48665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48665C

Black with #48665C

Text Example


Text Example

White with #48665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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