Html Css Color HEX #46425A Gun Powder

📋 copy color: '#46425A'

red 70 ◦ green 66 ◦ blue 90

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

Shades of Gun Powder #46425A

Tints of Gun Powder #46425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 30.97%
G = 29.2%
B = 39.82%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46425A (or 0x46425A) is known color: Gun Powder. HEX triplet: 46, 42 and 5A. RGB value is (70,66,90). Sum of RGB (Red+Green+Blue) = 70+66+90=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #46425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46425A is #B9BDA5. Grayscale: #454545. Windows color (decimal): -12172710 or 5915206. OLE color: 5915206.

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

Color convert

RGB 70 66 90 -
CMYK 0.22 0.27 0 0.65
HSL 250º 0.15% 0.31% -
HSV(B) 250º 0.27% 0.35% -
XYZ 6.32 5.94 10.49 -
YUV 69.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 70 66 90 0.22 0.27 0 0.65 250 0.15 0.31
Hex 46 42 5A 16 1B 0 41 FA F 1F
Octal 106 102 132 26 33 0 101 372 17 37
Binary 1000110 1000010 1011010 10110 11011 0 1000001 11111010 1111 11111

Color Harmonies of #46425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46425A

Black with #46425A

Text Example


Text Example

White with #46425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46425A; }

 p { color: rgb(70,66,90); }

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

background-color css

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

 a { background-color: rgb(70,66,90); }

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

border-color css

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

 span { border-color: rgb(70,66,90); }

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