Html Css Color HEX #454352 Gun Powder

📋 copy color: '#454352'

red 69 ◦ green 67 ◦ blue 82

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

Shades of Gun Powder #454352

Tints of Gun Powder #454352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.61%

R = 31.65%
G = 30.73%
B = 37.61%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#454352 (or 0x454352) is known color: Gun Powder. HEX triplet: 45, 43 and 52. RGB value is (69,67,82). Sum of RGB (Red+Green+Blue) = 69+67+82=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #454352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454352 is #BABCAD. Grayscale: #454545. Windows color (decimal): -12237998 or 5391173. OLE color: 5391173.

HSL color Cylindrical-coordinate representation of color #454352: hue angle of 248º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #454352 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 67 82 -
CMYK 0.16 0.18 0 0.68
HSL 248º 0.1% 0.29% -
HSV(B) 248º 0.18% 0.32% -
XYZ 5.98 5.89 8.8 -
YUV 69.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 69 67 82 0.16 0.18 0 0.68 248 0.1 0.29
Hex 45 43 52 10 12 0 44 F8 A 1D
Octal 105 103 122 20 22 0 104 370 12 35
Binary 1000101 1000011 1010010 10000 10010 0 1000100 11111000 1010 11101

Color Harmonies of #454352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454352

Black with #454352

Text Example


Text Example

White with #454352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454352; }

 p { color: rgb(69,67,82); }

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

background-color css

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

 a { background-color: rgb(69,67,82); }

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

border-color css

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

 span { border-color: rgb(69,67,82); }

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