Html Css Color HEX #45425A Gun Powder

📋 copy color: '#45425A'

red 69 ◦ green 66 ◦ blue 90

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

Shades of Gun Powder #45425A

Tints of Gun Powder #45425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40%

R = 30.67%
G = 29.33%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#45425A (or 0x45425A) is known color: Gun Powder. HEX triplet: 45, 42 and 5A. RGB value is (69,66,90). Sum of RGB (Red+Green+Blue) = 69+66+90=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #45425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45425A is #BABDA5. Grayscale: #454545. Windows color (decimal): -12238246 or 5915205. OLE color: 5915205.

HSL color Cylindrical-coordinate representation of color #45425A: hue angle of 247.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #45425A is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 66 90 -
CMYK 0.23 0.27 0 0.65
HSL 247.5º 0.15% 0.31% -
HSV(B) 247.5º 0.27% 0.35% -
XYZ 6.25 5.9 10.48 -
YUV 69.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 69 66 90 0.23 0.27 0 0.65 247.5 0.15 0.31
Hex 45 42 5A 17 1B 0 41 F8 F 1F
Octal 105 102 132 27 33 0 101 370 17 37
Binary 1000101 1000010 1011010 10111 11011 0 1000001 11111000 1111 11111

Color Harmonies of #45425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45425A

Black with #45425A

Text Example


Text Example

White with #45425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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