Html Css Color HEX #465D58 Stromboli

📋 copy color: '#465D58'

red 70 ◦ green 93 ◦ blue 88

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

Shades of Stromboli #465D58

Tints of Stromboli #465D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

 BLUE value IS 88 (34.77% from 255) = 35.06%

R = 27.89%
G = 37.05%
B = 35.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#465D58 (or 0x465D58) is known color: Stromboli. HEX triplet: 46, 5D and 58. RGB value is (70,93,88). Sum of RGB (Red+Green+Blue) = 70+93+88=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #465D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D58 is #B9A2A7. Grayscale: #555555. Windows color (decimal): -12165800 or 5791046. OLE color: 5791046.

HSL color Cylindrical-coordinate representation of color #465D58: hue angle of 166.96º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D58 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 88 -
CMYK 0.25 0 0.05 0.64
HSL 166.96º 0.14% 0.32% -
HSV(B) 166.96º 0.25% 0.36% -
XYZ 8.2 9.84 10.7 -
YUV 85.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 70 93 88 0.25 0 0.05 0.64 166.96 0.14 0.32
Hex 46 5D 58 19 0 5 40 A7 E 20
Octal 106 135 130 31 0 5 100 247 16 40
Binary 1000110 1011101 1011000 11001 0 101 1000000 10100111 1110 100000

Color Harmonies of #465D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D58

Black with #465D58

Text Example


Text Example

White with #465D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465D58; }

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

 H1.HeaderClassName
 {
   color: #465D58;
 }
 .AnyTagClassName
 {
   color: #465D58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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