Html Css Color HEX #476C5D Stromboli

📋 copy color: '#476C5D'

red 71 ◦ green 108 ◦ blue 93

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

Shades of Stromboli #476C5D

Tints of Stromboli #476C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.71%

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

R = 26.1%
G = 39.71%
B = 34.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#476C5D (or 0x476C5D) is known color: Stromboli. HEX triplet: 47, 6C and 5D. RGB value is (71,108,93). Sum of RGB (Red+Green+Blue) = 71+108+93=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 108 - color contains mainly: green. Hex color #476C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C5D is #B893A2. Grayscale: #5F5F5F. Windows color (decimal): -12096419 or 6122567. OLE color: 6122567.

HSL color Cylindrical-coordinate representation of color #476C5D: hue angle of 155.68º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476C5D is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 108 93 -
CMYK 0.34 0 0.14 0.58
HSL 155.68º 0.21% 0.35% -
HSV(B) 155.68º 0.34% 0.42% -
XYZ 9.94 12.86 12.31 -
YUV 95.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 71 108 93 0.34 0 0.14 0.58 155.68 0.21 0.35
Hex 47 6C 5D 22 0 E 3A 9C 15 23
Octal 107 154 135 42 0 16 72 234 25 43
Binary 1000111 1101100 1011101 100010 0 1110 111010 10011100 10101 100011

Color Harmonies of #476C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C5D

Black with #476C5D

Text Example


Text Example

White with #476C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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