Html Css Color HEX #466B5C Stromboli

📋 copy color: '#466B5C'

red 70 ◦ green 107 ◦ blue 92

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

Shades of Stromboli #466B5C

Tints of Stromboli #466B5C

RGB

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

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

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

R = 26.02%
G = 39.78%
B = 34.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#466B5C (or 0x466B5C) is known color: Stromboli. HEX triplet: 46, 6B and 5C. RGB value is (70,107,92). Sum of RGB (Red+Green+Blue) = 70+107+92=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 107 - color contains mainly: green. Hex color #466B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B5C is #B994A3. Grayscale: #5E5E5E. Windows color (decimal): -12162212 or 6056774. OLE color: 6056774.

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

Color convert

RGB 70 107 92 -
CMYK 0.35 0 0.14 0.58
HSL 155.68º 0.21% 0.35% -
HSV(B) 155.68º 0.35% 0.42% -
XYZ 9.72 12.59 12.04 -
YUV 94.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 70 107 92 0.35 0 0.14 0.58 155.68 0.21 0.35
Hex 46 6B 5C 23 0 E 3A 9C 15 23
Octal 106 153 134 43 0 16 72 234 25 43
Binary 1000110 1101011 1011100 100011 0 1110 111010 10011100 10101 100011

Color Harmonies of #466B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B5C

Black with #466B5C

Text Example


Text Example

White with #466B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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