Html Css Color HEX #476F5D Stromboli

📋 copy color: '#476F5D'

red 71 ◦ green 111 ◦ blue 93

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

Shades of Stromboli #476F5D

Tints of Stromboli #476F5D

RGB

 RED value IS 71 (28.13% from 255) = 25.82%

 GREEN value IS 111 (43.75% from 255) = 40.36%

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

R = 25.82%
G = 40.36%
B = 33.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#476F5D (or 0x476F5D) is known color: Stromboli. HEX triplet: 47, 6F and 5D. RGB value is (71,111,93). Sum of RGB (Red+Green+Blue) = 71+111+93=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #476F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F5D is #B890A2. Grayscale: #616161. Windows color (decimal): -12095651 or 6123335. OLE color: 6123335.

HSL color Cylindrical-coordinate representation of color #476F5D: hue angle of 153º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476F5D is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 93 -
CMYK 0.36 0 0.16 0.56
HSL 153º 0.22% 0.36% -
HSV(B) 153º 0.36% 0.44% -
XYZ 10.26 13.5 12.42 -
YUV 96.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 71 111 93 0.36 0 0.16 0.56 153 0.22 0.36
Hex 47 6F 5D 24 0 10 38 99 16 24
Octal 107 157 135 44 0 20 70 231 26 44
Binary 1000111 1101111 1011101 100100 0 10000 111000 10011001 10110 100100

Color Harmonies of #476F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F5D

Black with #476F5D

Text Example


Text Example

White with #476F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476F5D; }

 p { color: rgb(71,111,93); }

 H1.HeaderClassName
 {
   color: #476F5D;
 }
 .AnyTagClassName
 {
   color: #476F5D;
 }
</style>

background-color css

<style>
 a { background-color: #476F5D; }

 a { background-color: rgb(71,111,93); }

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

border-color css

<style>
 span { border-color: #476F5D; }

 span { border-color: rgb(71,111,93); }

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