#467261

Color #467261 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #467261

Tints of Stromboli #467261

Color information

#467261 (or 0x467261) is unknown color: approx Stromboli. HEX triplet: 46, 72 and 61. RGB value is (70,114,97). Sum of RGB (Red+Green+Blue) = 70+114+97=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #467261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467261 is #B98D9E. Grayscale: #626262. Windows color (decimal): -12160415 or 6386246. OLE color: 6386246.

HSL color Cylindrical-coordinate representation of color #467261: hue angle of 156.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467261 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB7011497-
CMYK0.3900.150.55
HSL156.82º23.91%36.08%-
HSV(B)156.82º38.6%44.71%-
XYZ10.714.213.49-
YUV98.91126.92107.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=24.91%
G=40.57%
B=34.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114970.3900.150.55156.8223.9136.08
Hex467261270F379d1824
Octal10616214147017672353044
Binary100011011100101100001100111011111101111001110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467261; }

 p { color: rgb(70,114,97); }

 H1.HeaderClassName
 {
   color: #467261;
 }
 .AnyTagClassName
 {
   color: #467261;
 }
</style>
background-color css

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

 a { background-color: rgb(70,114,97); }

 div.DivClassName
 {
   background-color: #467261;
 }
 .BgClassName
 {
   background-color: #467261;
 }
</style>
border-color css

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

 span { border-color: rgb(70,114,97); }

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