Html Css Color HEX #466C60 Stromboli

📋 copy color: '#466C60'

red 70 ◦ green 108 ◦ blue 96

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

Shades of Stromboli #466C60

Tints of Stromboli #466C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.42%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 25.55%
G = 39.42%
B = 35.04%

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

#466C60 (or 0x466C60) is known color: Stromboli. HEX triplet: 46, 6C and 60. RGB value is (70,108,96). Sum of RGB (Red+Green+Blue) = 70+108+96=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 108 - color contains mainly: green. Hex color #466C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C60 is #B9939F. Grayscale: #5F5F5F. Windows color (decimal): -12161952 or 6319174. OLE color: 6319174.

HSL color Cylindrical-coordinate representation of color #466C60: hue angle of 161.05º 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 #466C60 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 108 96 -
CMYK 0.35 0 0.11 0.58
HSL 161.05º 0.21% 0.35% -
HSV(B) 161.05º 0.35% 0.42% -
XYZ 10 12.87 13.02 -
YUV 95.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 70 108 96 0.35 0 0.11 0.58 161.05 0.21 0.35
Hex 46 6C 60 23 0 B 3A A1 15 23
Octal 106 154 140 43 0 13 72 241 25 43
Binary 1000110 1101100 1100000 100011 0 1011 111010 10100001 10101 100011

Color Harmonies of #466C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C60

Black with #466C60

Text Example


Text Example

White with #466C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,108,96); }

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

background-color css

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

 a { background-color: rgb(70,108,96); }

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

border-color css

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

 span { border-color: rgb(70,108,96); }

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