Html Css Color HEX #466E5E Stromboli

📋 copy color: '#466E5E'

red 70 ◦ green 110 ◦ blue 94

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

Shades of Stromboli #466E5E

Tints of Stromboli #466E5E

RGB

 RED value IS 70 (27.73% from 255) = 25.55%

 GREEN value IS 110 (43.36% from 255) = 40.15%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 25.55%
G = 40.15%
B = 34.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#466E5E (or 0x466E5E) is known color: Stromboli. HEX triplet: 46, 6E and 5E. RGB value is (70,110,94). Sum of RGB (Red+Green+Blue) = 70+110+94=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 110 - color contains mainly: green. Hex color #466E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E5E is #B991A1. Grayscale: #606060. Windows color (decimal): -12161442 or 6188614. OLE color: 6188614.

HSL color Cylindrical-coordinate representation of color #466E5E: hue angle of 156º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466E5E is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 110 94 -
CMYK 0.36 0 0.15 0.57
HSL 156º 0.22% 0.35% -
HSV(B) 156º 0.36% 0.43% -
XYZ 10.12 13.26 12.62 -
YUV 96.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 70 110 94 0.36 0 0.15 0.57 156 0.22 0.35
Hex 46 6E 5E 24 0 F 39 9C 16 23
Octal 106 156 136 44 0 17 71 234 26 43
Binary 1000110 1101110 1011110 100100 0 1111 111001 10011100 10110 100011

Color Harmonies of #466E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E5E

Black with #466E5E

Text Example


Text Example

White with #466E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466E5E; }

 p { color: rgb(70,110,94); }

 H1.HeaderClassName
 {
   color: #466E5E;
 }
 .AnyTagClassName
 {
   color: #466E5E;
 }
</style>

background-color css

<style>
 a { background-color: #466E5E; }

 a { background-color: rgb(70,110,94); }

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

border-color css

<style>
 span { border-color: #466E5E; }

 span { border-color: rgb(70,110,94); }

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