Html Css Color HEX #46435B Gun Powder

📋 copy color: '#46435B'

red 70 ◦ green 67 ◦ blue 91

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

Shades of Gun Powder #46435B

Tints of Gun Powder #46435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 30.7%
G = 29.39%
B = 39.91%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46435B (or 0x46435B) is known color: Gun Powder. HEX triplet: 46, 43 and 5B. RGB value is (70,67,91). Sum of RGB (Red+Green+Blue) = 70+67+91=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #46435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46435B is #B9BCA4. Grayscale: #464646. Windows color (decimal): -12172453 or 5980998. OLE color: 5980998.

HSL color Cylindrical-coordinate representation of color #46435B: hue angle of 247.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46435B is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 67 91 -
CMYK 0.23 0.26 0 0.64
HSL 247.5º 0.15% 0.31% -
HSV(B) 247.5º 0.26% 0.36% -
XYZ 6.42 6.07 10.73 -
YUV 70.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 70 67 91 0.23 0.26 0 0.64 247.5 0.15 0.31
Hex 46 43 5B 17 1A 0 40 F8 F 1F
Octal 106 103 133 27 32 0 100 370 17 37
Binary 1000110 1000011 1011011 10111 11010 0 1000000 11111000 1111 11111

Color Harmonies of #46435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46435B

Black with #46435B

Text Example


Text Example

White with #46435B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46435B; }

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

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

background-color css

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

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

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

border-color css

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

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

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