Html Css Color HEX #4B645F Stromboli

📋 copy color: '#4B645F'

red 75 ◦ green 100 ◦ blue 95

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

Shades of Stromboli #4B645F

Tints of Stromboli #4B645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

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

R = 27.78%
G = 37.04%
B = 35.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#4B645F (or 0x4B645F) is known color: Stromboli. HEX triplet: 4B, 64 and 5F. RGB value is (75,100,95). Sum of RGB (Red+Green+Blue) = 75+100+95=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 100 - color contains mainly: green. Hex color #4B645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B645F is #B49BA0. Grayscale: #5B5B5B. Windows color (decimal): -11836321 or 6251595. OLE color: 6251595.

HSL color Cylindrical-coordinate representation of color #4B645F: hue angle of 168º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B645F is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 100 95 -
CMYK 0.25 0 0.05 0.61
HSL 168º 0.14% 0.34% -
HSV(B) 168º 0.25% 0.39% -
XYZ 9.52 11.44 12.53 -
YUV 91.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 75 100 95 0.25 0 0.05 0.61 168 0.14 0.34
Hex 4B 64 5F 19 0 5 3D A8 E 22
Octal 113 144 137 31 0 5 75 250 16 42
Binary 1001011 1100100 1011111 11001 0 101 111101 10101000 1110 100010

Color Harmonies of #4B645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B645F

Black with #4B645F

Text Example


Text Example

White with #4B645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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