Html Css Color HEX #4B6861 Stromboli

📋 copy color: '#4B6861'

red 75 ◦ green 104 ◦ blue 97

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

Shades of Stromboli #4B6861

Tints of Stromboli #4B6861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

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

R = 27.17%
G = 37.68%
B = 35.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#4B6861 (or 0x4B6861) is known color: Stromboli. HEX triplet: 4B, 68 and 61. RGB value is (75,104,97). Sum of RGB (Red+Green+Blue) = 75+104+97=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6861 is #B4979E. Grayscale: #5E5E5E. Windows color (decimal): -11835295 or 6383691. OLE color: 6383691.

HSL color Cylindrical-coordinate representation of color #4B6861: hue angle of 165.52º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B6861 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 104 97 -
CMYK 0.28 0 0.07 0.59
HSL 165.52º 0.16% 0.35% -
HSV(B) 165.52º 0.28% 0.41% -
XYZ 10.01 12.26 13.15 -
YUV 94.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 75 104 97 0.28 0 0.07 0.59 165.52 0.16 0.35
Hex 4B 68 61 1C 0 7 3B A6 10 23
Octal 113 150 141 34 0 7 73 246 20 43
Binary 1001011 1101000 1100001 11100 0 111 111011 10100110 10000 100011

Color Harmonies of #4B6861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6861

Black with #4B6861

Text Example


Text Example

White with #4B6861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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