Html Css Color HEX #466C5C Stromboli

📋 copy color: '#466C5C'

red 70 ◦ green 108 ◦ blue 92

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

Shades of Stromboli #466C5C

Tints of Stromboli #466C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 25.93%
G = 40%
B = 34.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#466C5C (or 0x466C5C) is known color: Stromboli. HEX triplet: 46, 6C and 5C. RGB value is (70,108,92). Sum of RGB (Red+Green+Blue) = 70+108+92=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #466C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C5C is #B993A3. Grayscale: #5E5E5E. Windows color (decimal): -12161956 or 6057030. OLE color: 6057030.

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

Color convert

RGB 70 108 92 -
CMYK 0.35 0 0.15 0.58
HSL 154.74º 0.21% 0.35% -
HSV(B) 154.74º 0.35% 0.42% -
XYZ 9.82 12.8 12.08 -
YUV 94.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 70 108 92 0.35 0 0.15 0.58 154.74 0.21 0.35
Hex 46 6C 5C 23 0 F 3A 9B 15 23
Octal 106 154 134 43 0 17 72 233 25 43
Binary 1000110 1101100 1011100 100011 0 1111 111010 10011011 10101 100011

Color Harmonies of #466C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C5C

Black with #466C5C

Text Example


Text Example

White with #466C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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