Html Css Color HEX #465B56 Stromboli

📋 copy color: '#465B56'

red 70 ◦ green 91 ◦ blue 86

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

Shades of Stromboli #465B56

Tints of Stromboli #465B56

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.84%

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 28.34%
G = 36.84%
B = 34.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#465B56 (or 0x465B56) is known color: Stromboli. HEX triplet: 46, 5B and 56. RGB value is (70,91,86). Sum of RGB (Red+Green+Blue) = 70+91+86=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 91 - color contains mainly: green. Hex color #465B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B56 is #B9A4A9. Grayscale: #545454. Windows color (decimal): -12166314 or 5659462. OLE color: 5659462.

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

Color convert

RGB 70 91 86 -
CMYK 0.23 0 0.05 0.64
HSL 165.71º 0.13% 0.32% -
HSV(B) 165.71º 0.23% 0.36% -
XYZ 7.95 9.46 10.21 -
YUV 84.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 70 91 86 0.23 0 0.05 0.64 165.71 0.13 0.32
Hex 46 5B 56 17 0 5 40 A6 D 20
Octal 106 133 126 27 0 5 100 246 15 40
Binary 1000110 1011011 1010110 10111 0 101 1000000 10100110 1101 100000

Color Harmonies of #465B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B56

Black with #465B56

Text Example


Text Example

White with #465B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,91,86); }

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

background-color css

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

 a { background-color: rgb(70,91,86); }

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

border-color css

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

 span { border-color: rgb(70,91,86); }

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