Html Css Color HEX #454161 Gun Powder

📋 copy color: '#454161'

red 69 ◦ green 65 ◦ blue 97

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

Shades of Gun Powder #454161

Tints of Gun Powder #454161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

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

R = 29.87%
G = 28.14%
B = 41.99%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#454161 (or 0x454161) is known color: Gun Powder. HEX triplet: 45, 41 and 61. RGB value is (69,65,97). Sum of RGB (Red+Green+Blue) = 69+65+97=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #454161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454161 is #BABE9E. Grayscale: #454545. Windows color (decimal): -12238495 or 6373701. OLE color: 6373701.

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

Color convert

RGB 69 65 97 -
CMYK 0.29 0.33 0 0.62
HSL 247.5º 0.2% 0.32% -
HSV(B) 247.5º 0.33% 0.38% -
XYZ 6.5 5.91 12.11 -
YUV 69.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 69 65 97 0.29 0.33 0 0.62 247.5 0.2 0.32
Hex 45 41 61 1D 21 0 3E F8 14 20
Octal 105 101 141 35 41 0 76 370 24 40
Binary 1000101 1000001 1100001 11101 100001 0 111110 11111000 10100 100000

Color Harmonies of #454161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454161

Black with #454161

Text Example


Text Example

White with #454161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454161; }

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

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

background-color css

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

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

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

border-color css

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

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

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