Html Css Color HEX #466F5D Stromboli

📋 copy color: '#466F5D'

red 70 ◦ green 111 ◦ blue 93

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

Shades of Stromboli #466F5D

Tints of Stromboli #466F5D

RGB

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

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

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

R = 25.55%
G = 40.51%
B = 33.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#466F5D (or 0x466F5D) is known color: Stromboli. HEX triplet: 46, 6F and 5D. RGB value is (70,111,93). Sum of RGB (Red+Green+Blue) = 70+111+93=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #466F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F5D is #B990A2. Grayscale: #606060. Windows color (decimal): -12161187 or 6123334. OLE color: 6123334.

HSL color Cylindrical-coordinate representation of color #466F5D: hue angle of 153.66º 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 #466F5D is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 93 -
CMYK 0.37 0 0.16 0.56
HSL 153.66º 0.23% 0.35% -
HSV(B) 153.66º 0.37% 0.44% -
XYZ 10.19 13.46 12.42 -
YUV 96.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 70 111 93 0.37 0 0.16 0.56 153.66 0.23 0.35
Hex 46 6F 5D 25 0 10 38 9A 17 23
Octal 106 157 135 45 0 20 70 232 27 43
Binary 1000110 1101111 1011101 100101 0 10000 111000 10011010 10111 100011

Color Harmonies of #466F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F5D

Black with #466F5D

Text Example


Text Example

White with #466F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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