Html Css Color HEX #4B645D Stromboli

📋 copy color: '#4B645D'

red 75 ◦ green 100 ◦ blue 93

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

Shades of Stromboli #4B645D

Tints of Stromboli #4B645D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 27.99%
G = 37.31%
B = 34.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#4B645D (or 0x4B645D) is known color: Stromboli. HEX triplet: 4B, 64 and 5D. RGB value is (75,100,93). Sum of RGB (Red+Green+Blue) = 75+100+93=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 100 - color contains mainly: green. Hex color #4B645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B645D is #B49BA2. Grayscale: #5B5B5B. Windows color (decimal): -11836323 or 6120523. OLE color: 6120523.

HSL color Cylindrical-coordinate representation of color #4B645D: hue angle of 163.2º 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 #4B645D is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 100 93 -
CMYK 0.25 0 0.07 0.61
HSL 163.2º 0.14% 0.34% -
HSV(B) 163.2º 0.25% 0.39% -
XYZ 9.43 11.4 12.06 -
YUV 91.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 75 100 93 0.25 0 0.07 0.61 163.2 0.14 0.34
Hex 4B 64 5D 19 0 7 3D A3 E 22
Octal 113 144 135 31 0 7 75 243 16 42
Binary 1001011 1100100 1011101 11001 0 111 111101 10100011 1110 100010

Color Harmonies of #4B645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B645D

Black with #4B645D

Text Example


Text Example

White with #4B645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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