Html Css Color HEX #4B6A60 Stromboli

📋 copy color: '#4B6A60'

red 75 ◦ green 106 ◦ blue 96

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

Shades of Stromboli #4B6A60

Tints of Stromboli #4B6A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.27%

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 27.08%
G = 38.27%
B = 34.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#4B6A60 (or 0x4B6A60) is known color: Stromboli. HEX triplet: 4B, 6A and 60. RGB value is (75,106,96). Sum of RGB (Red+Green+Blue) = 75+106+96=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6A60 is #B4959F. Grayscale: #5F5F5F. Windows color (decimal): -11834784 or 6318667. OLE color: 6318667.

HSL color Cylindrical-coordinate representation of color #4B6A60: hue angle of 160.65º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B6A60 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 106 96 -
CMYK 0.29 0 0.09 0.58
HSL 160.65º 0.17% 0.35% -
HSV(B) 160.65º 0.29% 0.42% -
XYZ 10.17 12.65 12.97 -
YUV 95.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 75 106 96 0.29 0 0.09 0.58 160.65 0.17 0.35
Hex 4B 6A 60 1D 0 9 3A A1 11 23
Octal 113 152 140 35 0 11 72 241 21 43
Binary 1001011 1101010 1100000 11101 0 1001 111010 10100001 10001 100011

Color Harmonies of #4B6A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6A60

Black with #4B6A60

Text Example


Text Example

White with #4B6A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,106,96); }

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

background-color css

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

 a { background-color: rgb(75,106,96); }

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

border-color css

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

 span { border-color: rgb(75,106,96); }

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