Html Css Color HEX #4B665D Stromboli

📋 copy color: '#4B665D'

red 75 ◦ green 102 ◦ blue 93

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

Shades of Stromboli #4B665D

Tints of Stromboli #4B665D

RGB

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

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

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

R = 27.78%
G = 37.78%
B = 34.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#4B665D (or 0x4B665D) is known color: Stromboli. HEX triplet: 4B, 66 and 5D. RGB value is (75,102,93). Sum of RGB (Red+Green+Blue) = 75+102+93=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #4B665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B665D is #B499A2. Grayscale: #5C5C5C. Windows color (decimal): -11835811 or 6121035. OLE color: 6121035.

HSL color Cylindrical-coordinate representation of color #4B665D: hue angle of 160º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B665D is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 102 93 -
CMYK 0.26 0 0.09 0.6
HSL 160º 0.15% 0.35% -
HSV(B) 160º 0.26% 0.4% -
XYZ 9.63 11.79 12.12 -
YUV 92.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 75 102 93 0.26 0 0.09 0.6 160 0.15 0.35
Hex 4B 66 5D 1A 0 9 3C A0 F 23
Octal 113 146 135 32 0 11 74 240 17 43
Binary 1001011 1100110 1011101 11010 0 1001 111100 10100000 1111 100011

Color Harmonies of #4B665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B665D

Black with #4B665D

Text Example


Text Example

White with #4B665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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