Html Css Color HEX #45475E Gun Powder

📋 copy color: '#45475E'

red 69 ◦ green 71 ◦ blue 94

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

Shades of Gun Powder #45475E

Tints of Gun Powder #45475E

RGB

 RED value IS 69 (27.34% from 255) = 29.49%

 GREEN value IS 71 (28.13% from 255) = 30.34%

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 29.49%
G = 30.34%
B = 40.17%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#45475E (or 0x45475E) is known color: Gun Powder. HEX triplet: 45, 47 and 5E. RGB value is (69,71,94). Sum of RGB (Red+Green+Blue) = 69+71+94=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #45475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45475E is #BAB8A1. Grayscale: #484848. Windows color (decimal): -12236962 or 6178629. OLE color: 6178629.

HSL color Cylindrical-coordinate representation of color #45475E: hue angle of 235.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #45475E is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 71 94 -
CMYK 0.27 0.24 0 0.63
HSL 235.2º 0.15% 0.32% -
HSV(B) 235.2º 0.27% 0.37% -
XYZ 6.73 6.58 11.51 -
YUV 73.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 69 71 94 0.27 0.24 0 0.63 235.2 0.15 0.32
Hex 45 47 5E 1B 18 0 3F EB F 20
Octal 105 107 136 33 30 0 77 353 17 40
Binary 1000101 1000111 1011110 11011 11000 0 111111 11101011 1111 100000

Color Harmonies of #45475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45475E

Black with #45475E

Text Example


Text Example

White with #45475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45475E; }

 p { color: rgb(69,71,94); }

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

background-color css

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

 a { background-color: rgb(69,71,94); }

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

border-color css

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

 span { border-color: rgb(69,71,94); }

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