Html Css Color HEX #48665E Stromboli

📋 copy color: '#48665E'

red 72 ◦ green 102 ◦ blue 94

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

Shades of Stromboli #48665E

Tints of Stromboli #48665E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 26.87%
G = 38.06%
B = 35.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#48665E (or 0x48665E) is known color: Stromboli. HEX triplet: 48, 66 and 5E. RGB value is (72,102,94). Sum of RGB (Red+Green+Blue) = 72+102+94=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #48665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48665E is #B799A1. Grayscale: #5C5C5C. Windows color (decimal): -12032418 or 6186568. OLE color: 6186568.

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

Color convert

RGB 72 102 94 -
CMYK 0.29 0 0.08 0.6
HSL 164º 0.17% 0.34% -
HSV(B) 164º 0.29% 0.4% -
XYZ 9.44 11.69 12.35 -
YUV 92.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 72 102 94 0.29 0 0.08 0.6 164 0.17 0.34
Hex 48 66 5E 1D 0 8 3C A4 11 22
Octal 110 146 136 35 0 10 74 244 21 42
Binary 1001000 1100110 1011110 11101 0 1000 111100 10100100 10001 100010

Color Harmonies of #48665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48665E

Black with #48665E

Text Example


Text Example

White with #48665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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