Html Css Color HEX #466B5F Stromboli

📋 copy color: '#466B5F'

red 70 ◦ green 107 ◦ blue 95

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

Shades of Stromboli #466B5F

Tints of Stromboli #466B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.34%

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

R = 25.74%
G = 39.34%
B = 34.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#466B5F (or 0x466B5F) is known color: Stromboli. HEX triplet: 46, 6B and 5F. RGB value is (70,107,95). Sum of RGB (Red+Green+Blue) = 70+107+95=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #466B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B5F is #B994A0. Grayscale: #5E5E5E. Windows color (decimal): -12162209 or 6253382. OLE color: 6253382.

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

Color convert

RGB 70 107 95 -
CMYK 0.35 0 0.11 0.58
HSL 160.54º 0.21% 0.35% -
HSV(B) 160.54º 0.35% 0.42% -
XYZ 9.85 12.64 12.75 -
YUV 94.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 70 107 95 0.35 0 0.11 0.58 160.54 0.21 0.35
Hex 46 6B 5F 23 0 B 3A A1 15 23
Octal 106 153 137 43 0 13 72 241 25 43
Binary 1000110 1101011 1011111 100011 0 1011 111010 10100001 10101 100011

Color Harmonies of #466B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B5F

Black with #466B5F

Text Example


Text Example

White with #466B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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