Html Css Color HEX #454061 Gun Powder

📋 copy color: '#454061'

red 69 ◦ green 64 ◦ blue 97

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

Shades of Gun Powder #454061

Tints of Gun Powder #454061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

 BLUE value IS 97 (38.28% from 255) = 42.17%

R = 30%
G = 27.83%
B = 42.17%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#454061 (or 0x454061) is known color: Gun Powder. HEX triplet: 45, 40 and 61. RGB value is (69,64,97). Sum of RGB (Red+Green+Blue) = 69+64+97=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #454061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454061 is #BABF9E. Grayscale: #454545. Windows color (decimal): -12238751 or 6373445. OLE color: 6373445.

HSL color Cylindrical-coordinate representation of color #454061: hue angle of 249.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454061 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 64 97 -
CMYK 0.29 0.34 0 0.62
HSL 249.09º 0.2% 0.32% -
HSV(B) 249.09º 0.34% 0.38% -
XYZ 6.45 5.8 12.09 -
YUV 69.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 69 64 97 0.29 0.34 0 0.62 249.09 0.2 0.32
Hex 45 40 61 1D 22 0 3E F9 14 20
Octal 105 100 141 35 42 0 76 371 24 40
Binary 1000101 1000000 1100001 11101 100010 0 111110 11111001 10100 100000

Color Harmonies of #454061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454061

Black with #454061

Text Example


Text Example

White with #454061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454061; }

 p { color: rgb(69,64,97); }

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

background-color css

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

 a { background-color: rgb(69,64,97); }

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

border-color css

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

 span { border-color: rgb(69,64,97); }

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