Html Css Color HEX #454259 Gun Powder

📋 copy color: '#454259'

red 69 ◦ green 66 ◦ blue 89

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

Shades of Gun Powder #454259

Tints of Gun Powder #454259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.73%

R = 30.8%
G = 29.46%
B = 39.73%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#454259 (or 0x454259) is known color: Gun Powder. HEX triplet: 45, 42 and 59. RGB value is (69,66,89). Sum of RGB (Red+Green+Blue) = 69+66+89=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #454259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454259 is #BABDA6. Grayscale: #454545. Windows color (decimal): -12238247 or 5849669. OLE color: 5849669.

HSL color Cylindrical-coordinate representation of color #454259: hue angle of 247.83º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #454259 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 66 89 -
CMYK 0.22 0.26 0 0.65
HSL 247.83º 0.15% 0.3% -
HSV(B) 247.83º 0.26% 0.35% -
XYZ 6.21 5.88 10.26 -
YUV 69.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 69 66 89 0.22 0.26 0 0.65 247.83 0.15 0.3
Hex 45 42 59 16 1A 0 41 F8 F 1E
Octal 105 102 131 26 32 0 101 370 17 36
Binary 1000101 1000010 1011001 10110 11010 0 1000001 11111000 1111 11110

Color Harmonies of #454259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454259

Black with #454259

Text Example


Text Example

White with #454259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454259; }

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

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

background-color css

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

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

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

border-color css

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

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

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