Html Css Color HEX #465D57 Stromboli

📋 copy color: '#465D57'

red 70 ◦ green 93 ◦ blue 87

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

Shades of Stromboli #465D57

Tints of Stromboli #465D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 28%
G = 37.2%
B = 34.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#465D57 (or 0x465D57) is known color: Stromboli. HEX triplet: 46, 5D and 57. RGB value is (70,93,87). Sum of RGB (Red+Green+Blue) = 70+93+87=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #465D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D57 is #B9A2A8. Grayscale: #555555. Windows color (decimal): -12165801 or 5725510. OLE color: 5725510.

HSL color Cylindrical-coordinate representation of color #465D57: hue angle of 164.35º 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 #465D57 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 87 -
CMYK 0.25 0 0.06 0.64
HSL 164.35º 0.14% 0.32% -
HSV(B) 164.35º 0.25% 0.36% -
XYZ 8.16 9.82 10.48 -
YUV 85.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 70 93 87 0.25 0 0.06 0.64 164.35 0.14 0.32
Hex 46 5D 57 19 0 6 40 A4 E 20
Octal 106 135 127 31 0 6 100 244 16 40
Binary 1000110 1011101 1010111 11001 0 110 1000000 10100100 1110 100000

Color Harmonies of #465D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D57

Black with #465D57

Text Example


Text Example

White with #465D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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