Html Css Color HEX #4B675F Stromboli

📋 copy color: '#4B675F'

red 75 ◦ green 103 ◦ blue 95

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

Shades of Stromboli #4B675F

Tints of Stromboli #4B675F

RGB

 RED value IS 75 (29.69% from 255) = 27.47%

 GREEN value IS 103 (40.63% from 255) = 37.73%

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 27.47%
G = 37.73%
B = 34.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#4B675F (or 0x4B675F) is known color: Stromboli. HEX triplet: 4B, 67 and 5F. RGB value is (75,103,95). Sum of RGB (Red+Green+Blue) = 75+103+95=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #4B675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B675F is #B498A0. Grayscale: #5D5D5D. Windows color (decimal): -11835553 or 6252363. OLE color: 6252363.

HSL color Cylindrical-coordinate representation of color #4B675F: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B675F is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 75 103 95 -
CMYK 0.27 0 0.08 0.60
HSL 162.86º 0.16% 0.35% -
HSV(B) 162.86º 0.27% 0.4% -
XYZ 9.82 12.02 12.63 -
YUV 93.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 75 103 95 0.27 0 0.08 0.60 162.86 0.16 0.35
Hex 4B 67 5F 1B 0 8 3C A3 10 23
Octal 113 147 137 33 0 10 74 243 20 43
Binary 1001011 1100111 1011111 11011 0 1000 111100 10100011 10000 100011

Color Harmonies of #4B675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B675F

Black with #4B675F

Text Example


Text Example

White with #4B675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B675F; }

 p { color: rgb(75,103,95); }

 H1.HeaderClassName
 {
   color: #4B675F;
 }
 .AnyTagClassName
 {
   color: #4B675F;
 }
</style>

background-color css

<style>
 a { background-color: #4B675F; }

 a { background-color: rgb(75,103,95); }

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

border-color css

<style>
 span { border-color: #4B675F; }

 span { border-color: rgb(75,103,95); }

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