Html Css Color HEX #4B7062 Stromboli

📋 copy color: '#4B7062'

red 75 ◦ green 112 ◦ blue 98

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

Shades of Stromboli #4B7062

Tints of Stromboli #4B7062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 26.32%
G = 39.3%
B = 34.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#4B7062 (or 0x4B7062) is known color: Stromboli. HEX triplet: 4B, 70 and 62. RGB value is (75,112,98). Sum of RGB (Red+Green+Blue) = 75+112+98=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7062 is #B48F9D. Grayscale: #636363. Windows color (decimal): -11833246 or 6451275. OLE color: 6451275.

HSL color Cylindrical-coordinate representation of color #4B7062: hue angle of 157.3º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B7062 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 98 -
CMYK 0.33 0 0.13 0.56
HSL 157.3º 0.2% 0.37% -
HSV(B) 157.3º 0.33% 0.44% -
XYZ 10.9 13.97 13.68 -
YUV 99.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 75 112 98 0.33 0 0.13 0.56 157.3 0.2 0.37
Hex 4B 70 62 21 0 D 38 9D 14 25
Octal 113 160 142 41 0 15 70 235 24 45
Binary 1001011 1110000 1100010 100001 0 1101 111000 10011101 10100 100101

Color Harmonies of #4B7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7062

Black with #4B7062

Text Example


Text Example

White with #4B7062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,98); }

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

background-color css

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

 a { background-color: rgb(75,112,98); }

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

border-color css

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

 span { border-color: rgb(75,112,98); }

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