Html Css Color HEX #454060 Gun Powder

📋 copy color: '#454060'

red 69 ◦ green 64 ◦ blue 96

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

Shades of Gun Powder #454060

Tints of Gun Powder #454060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 30.13%
G = 27.95%
B = 41.92%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#454060 (or 0x454060) is known color: Gun Powder. HEX triplet: 45, 40 and 60. RGB value is (69,64,96). Sum of RGB (Red+Green+Blue) = 69+64+96=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #454060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454060 is #BABF9F. Grayscale: #454545. Windows color (decimal): -12238752 or 6307909. OLE color: 6307909.

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

Color convert

RGB 69 64 96 -
CMYK 0.28 0.33 0 0.62
HSL 249.38º 0.2% 0.31% -
HSV(B) 249.38º 0.33% 0.38% -
XYZ 6.4 5.78 11.84 -
YUV 69.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 69 64 96 0.28 0.33 0 0.62 249.38 0.2 0.31
Hex 45 40 60 1C 21 0 3E F9 14 1F
Octal 105 100 140 34 41 0 76 371 24 37
Binary 1000101 1000000 1100000 11100 100001 0 111110 11111001 10100 11111

Color Harmonies of #454060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454060

Black with #454060

Text Example


Text Example

White with #454060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454060; }

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

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

background-color css

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

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

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

border-color css

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

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

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