Html Css Color HEX #454255 Gun Powder

📋 copy color: '#454255'

red 69 ◦ green 66 ◦ blue 85

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

Shades of Gun Powder #454255

Tints of Gun Powder #454255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 31.36%
G = 30%
B = 38.64%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#454255 (or 0x454255) is known color: Gun Powder. HEX triplet: 45, 42 and 55. RGB value is (69,66,85). Sum of RGB (Red+Green+Blue) = 69+66+85=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #454255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454255 is #BABDAA. Grayscale: #444444. Windows color (decimal): -12238251 or 5587525. OLE color: 5587525.

HSL color Cylindrical-coordinate representation of color #454255: hue angle of 249.47º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454255 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 66 85 -
CMYK 0.19 0.22 0 0.67
HSL 249.47º 0.13% 0.3% -
HSV(B) 249.47º 0.22% 0.33% -
XYZ 6.04 5.82 9.4 -
YUV 69.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 69 66 85 0.19 0.22 0 0.67 249.47 0.13 0.3
Hex 45 42 55 13 16 0 43 F9 D 1E
Octal 105 102 125 23 26 0 103 371 15 36
Binary 1000101 1000010 1010101 10011 10110 0 1000011 11111001 1101 11110

Color Harmonies of #454255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454255

Black with #454255

Text Example


Text Example

White with #454255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454255; }

 p { color: rgb(69,66,85); }

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

background-color css

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

 a { background-color: rgb(69,66,85); }

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

border-color css

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

 span { border-color: rgb(69,66,85); }

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