Html Css Color HEX #466F5F Stromboli

📋 copy color: '#466F5F'

red 70 ◦ green 111 ◦ blue 95

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

Shades of Stromboli #466F5F

Tints of Stromboli #466F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 25.36%
G = 40.22%
B = 34.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#466F5F (or 0x466F5F) is known color: Stromboli. HEX triplet: 46, 6F and 5F. RGB value is (70,111,95). Sum of RGB (Red+Green+Blue) = 70+111+95=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #466F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F5F is #B990A0. Grayscale: #606060. Windows color (decimal): -12161185 or 6254406. OLE color: 6254406.

HSL color Cylindrical-coordinate representation of color #466F5F: hue angle of 156.59º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466F5F is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 95 -
CMYK 0.37 0 0.14 0.56
HSL 156.59º 0.23% 0.35% -
HSV(B) 156.59º 0.37% 0.44% -
XYZ 10.28 13.5 12.89 -
YUV 96.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 70 111 95 0.37 0 0.14 0.56 156.59 0.23 0.35
Hex 46 6F 5F 25 0 E 38 9D 17 23
Octal 106 157 137 45 0 16 70 235 27 43
Binary 1000110 1101111 1011111 100101 0 1110 111000 10011101 10111 100011

Color Harmonies of #466F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F5F

Black with #466F5F

Text Example


Text Example

White with #466F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,111,95); }

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

background-color css

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

 a { background-color: rgb(70,111,95); }

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

border-color css

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

 span { border-color: rgb(70,111,95); }

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