Html Css Color HEX #45475A Gun Powder

📋 copy color: '#45475A'

red 69 ◦ green 71 ◦ blue 90

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

Shades of Gun Powder #45475A

Tints of Gun Powder #45475A

RGB

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

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

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

R = 30%
G = 30.87%
B = 39.13%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#45475A (or 0x45475A) is known color: Gun Powder. HEX triplet: 45, 47 and 5A. RGB value is (69,71,90). Sum of RGB (Red+Green+Blue) = 69+71+90=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #45475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45475A is #BAB8A5. Grayscale: #484848. Windows color (decimal): -12236966 or 5916485. OLE color: 5916485.

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

Color convert

RGB 69 71 90 -
CMYK 0.23 0.21 0 0.65
HSL 234.29º 0.13% 0.31% -
HSV(B) 234.29º 0.23% 0.35% -
XYZ 6.55 6.51 10.58 -
YUV 72.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 69 71 90 0.23 0.21 0 0.65 234.29 0.13 0.31
Hex 45 47 5A 17 15 0 41 EA D 1F
Octal 105 107 132 27 25 0 101 352 15 37
Binary 1000101 1000111 1011010 10111 10101 0 1000001 11101010 1101 11111

Color Harmonies of #45475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45475A

Black with #45475A

Text Example


Text Example

White with #45475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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