Html Css Color HEX #464558 Gun Powder

📋 copy color: '#464558'

red 70 ◦ green 69 ◦ blue 88

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

Shades of Gun Powder #464558

Tints of Gun Powder #464558

RGB

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

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

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

R = 30.84%
G = 30.4%
B = 38.77%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464558 (or 0x464558) is known color: Gun Powder. HEX triplet: 46, 45 and 58. RGB value is (70,69,88). Sum of RGB (Red+Green+Blue) = 70+69+88=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #464558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464558 is #B9BAA7. Grayscale: #474747. Windows color (decimal): -12171944 or 5784902. OLE color: 5784902.

HSL color Cylindrical-coordinate representation of color #464558: hue angle of 243.16º degrees, saturation: 0.12, 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 #464558 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 69 88 -
CMYK 0.20 0.22 0 0.65
HSL 243.16º 0.12% 0.31% -
HSV(B) 243.16º 0.22% 0.35% -
XYZ 6.42 6.26 10.1 -
YUV 71.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 70 69 88 0.20 0.22 0 0.65 243.16 0.12 0.31
Hex 46 45 58 14 16 0 41 F3 C 1F
Octal 106 105 130 24 26 0 101 363 14 37
Binary 1000110 1000101 1011000 10100 10110 0 1000001 11110011 1100 11111

Color Harmonies of #464558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464558

Black with #464558

Text Example


Text Example

White with #464558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464558; }

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

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

background-color css

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

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

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

border-color css

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

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

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