Html Css Color HEX #476A5D Stromboli

📋 copy color: '#476A5D'

red 71 ◦ green 106 ◦ blue 93

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

Shades of Stromboli #476A5D

Tints of Stromboli #476A5D

RGB

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

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

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

R = 26.3%
G = 39.26%
B = 34.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#476A5D (or 0x476A5D) is known color: Stromboli. HEX triplet: 47, 6A and 5D. RGB value is (71,106,93). Sum of RGB (Red+Green+Blue) = 71+106+93=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 106 - color contains mainly: green. Hex color #476A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A5D is #B895A2. Grayscale: #5E5E5E. Windows color (decimal): -12096931 or 6122055. OLE color: 6122055.

HSL color Cylindrical-coordinate representation of color #476A5D: hue angle of 157.71º 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 #476A5D is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 106 93 -
CMYK 0.33 0 0.12 0.58
HSL 157.71º 0.2% 0.35% -
HSV(B) 157.71º 0.33% 0.42% -
XYZ 9.73 12.44 12.24 -
YUV 94.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 71 106 93 0.33 0 0.12 0.58 157.71 0.2 0.35
Hex 47 6A 5D 21 0 C 3A 9E 14 23
Octal 107 152 135 41 0 14 72 236 24 43
Binary 1000111 1101010 1011101 100001 0 1100 111010 10011110 10100 100011

Color Harmonies of #476A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A5D

Black with #476A5D

Text Example


Text Example

White with #476A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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