Html Css Color HEX #464559 Gun Powder

📋 copy color: '#464559'

red 70 ◦ green 69 ◦ blue 89

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

Shades of Gun Powder #464559

Tints of Gun Powder #464559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.26%

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 30.7%
G = 30.26%
B = 39.04%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464559 (or 0x464559) is known color: Gun Powder. HEX triplet: 46, 45 and 59. RGB value is (70,69,89). Sum of RGB (Red+Green+Blue) = 70+69+89=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #464559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464559 is #B9BAA6. Grayscale: #474747. Windows color (decimal): -12171943 or 5850438. OLE color: 5850438.

HSL color Cylindrical-coordinate representation of color #464559: hue angle of 243º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #464559 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 69 89 -
CMYK 0.21 0.22 0 0.65
HSL 243º 0.13% 0.31% -
HSV(B) 243º 0.22% 0.35% -
XYZ 6.46 6.28 10.32 -
YUV 71.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 70 69 89 0.21 0.22 0 0.65 243 0.13 0.31
Hex 46 45 59 15 16 0 41 F3 D 1F
Octal 106 105 131 25 26 0 101 363 15 37
Binary 1000110 1000101 1011001 10101 10110 0 1000001 11110011 1101 11111

Color Harmonies of #464559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464559

Black with #464559

Text Example


Text Example

White with #464559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464559; }

 p { color: rgb(70,69,89); }

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

background-color css

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

 a { background-color: rgb(70,69,89); }

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

border-color css

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

 span { border-color: rgb(70,69,89); }

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