Html Css Color HEX #476A5B Stromboli

📋 copy color: '#476A5B'

red 71 ◦ green 106 ◦ blue 91

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

Shades of Stromboli #476A5B

Tints of Stromboli #476A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 26.49%
G = 39.55%
B = 33.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#476A5B (or 0x476A5B) is known color: Stromboli. HEX triplet: 47, 6A and 5B. RGB value is (71,106,91). Sum of RGB (Red+Green+Blue) = 71+106+91=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #476A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A5B is #B895A4. Grayscale: #5D5D5D. Windows color (decimal): -12096933 or 5990983. OLE color: 5990983.

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

Color convert

RGB 71 106 91 -
CMYK 0.33 0 0.14 0.58
HSL 154.29º 0.2% 0.35% -
HSV(B) 154.29º 0.33% 0.42% -
XYZ 9.64 12.4 11.78 -
YUV 93.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 71 106 91 0.33 0 0.14 0.58 154.29 0.2 0.35
Hex 47 6A 5B 21 0 E 3A 9A 14 23
Octal 107 152 133 41 0 16 72 232 24 43
Binary 1000111 1101010 1011011 100001 0 1110 111010 10011010 10100 100011

Color Harmonies of #476A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A5B

Black with #476A5B

Text Example


Text Example

White with #476A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,106,91); }

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

background-color css

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

 a { background-color: rgb(71,106,91); }

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

border-color css

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

 span { border-color: rgb(71,106,91); }

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