Html Css Color HEX #466B5D Stromboli

📋 copy color: '#466B5D'

red 70 ◦ green 107 ◦ blue 93

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

Shades of Stromboli #466B5D

Tints of Stromboli #466B5D

RGB

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

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

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

R = 25.93%
G = 39.63%
B = 34.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#466B5D (or 0x466B5D) is known color: Stromboli. HEX triplet: 46, 6B and 5D. RGB value is (70,107,93). Sum of RGB (Red+Green+Blue) = 70+107+93=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #466B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B5D is #B994A2. Grayscale: #5E5E5E. Windows color (decimal): -12162211 or 6122310. OLE color: 6122310.

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

Color convert

RGB 70 107 93 -
CMYK 0.35 0 0.13 0.58
HSL 157.3º 0.21% 0.35% -
HSV(B) 157.3º 0.35% 0.42% -
XYZ 9.76 12.61 12.28 -
YUV 94.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 70 107 93 0.35 0 0.13 0.58 157.3 0.21 0.35
Hex 46 6B 5D 23 0 D 3A 9D 15 23
Octal 106 153 135 43 0 15 72 235 25 43
Binary 1000110 1101011 1011101 100011 0 1101 111010 10011101 10101 100011

Color Harmonies of #466B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B5D

Black with #466B5D

Text Example


Text Example

White with #466B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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