Html Css Color HEX #4B6B61 Stromboli

📋 copy color: '#4B6B61'

red 75 ◦ green 107 ◦ blue 97

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

Shades of Stromboli #4B6B61

Tints of Stromboli #4B6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.35%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 26.88%
G = 38.35%
B = 34.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#4B6B61 (or 0x4B6B61) is known color: Stromboli. HEX triplet: 4B, 6B and 61. RGB value is (75,107,97). Sum of RGB (Red+Green+Blue) = 75+107+97=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6B61 is #B4949E. Grayscale: #606060. Windows color (decimal): -11834527 or 6384459. OLE color: 6384459.

HSL color Cylindrical-coordinate representation of color #4B6B61: hue angle of 161.25º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B6B61 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 107 97 -
CMYK 0.30 0 0.09 0.58
HSL 161.25º 0.18% 0.36% -
HSV(B) 161.25º 0.3% 0.42% -
XYZ 10.32 12.87 13.25 -
YUV 96.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 75 107 97 0.30 0 0.09 0.58 161.25 0.18 0.36
Hex 4B 6B 61 1E 0 9 3A A1 12 24
Octal 113 153 141 36 0 11 72 241 22 44
Binary 1001011 1101011 1100001 11110 0 1001 111010 10100001 10010 100100

Color Harmonies of #4B6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6B61

Black with #4B6B61

Text Example


Text Example

White with #4B6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,107,97); }

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

background-color css

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

 a { background-color: rgb(75,107,97); }

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

border-color css

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

 span { border-color: rgb(75,107,97); }

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