Html Css Color HEX #42405E Gun Powder

📋 copy color: '#42405E'

red 66 ◦ green 64 ◦ blue 94

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

Shades of Gun Powder #42405E

Tints of Gun Powder #42405E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 29.46%
G = 28.57%
B = 41.96%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42405E (or 0x42405E) is known color: Gun Powder. HEX triplet: 42, 40 and 5E. RGB value is (66,64,94). Sum of RGB (Red+Green+Blue) = 66+64+94=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #42405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42405E is #BDBFA1. Grayscale: #434343. Windows color (decimal): -12435362 or 6176834. OLE color: 6176834.

HSL color Cylindrical-coordinate representation of color #42405E: hue angle of 244º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42405E is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 64 94 -
CMYK 0.30 0.32 0 0.63
HSL 244º 0.19% 0.31% -
HSV(B) 244º 0.32% 0.37% -
XYZ 6.1 5.63 11.36 -
YUV 68.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 66 64 94 0.30 0.32 0 0.63 244 0.19 0.31
Hex 42 40 5E 1E 20 0 3F F4 13 1F
Octal 102 100 136 36 40 0 77 364 23 37
Binary 1000010 1000000 1011110 11110 100000 0 111111 11110100 10011 11111

Color Harmonies of #42405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42405E

Black with #42405E

Text Example


Text Example

White with #42405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42405E; }

 p { color: rgb(66,64,94); }

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

background-color css

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

 a { background-color: rgb(66,64,94); }

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

border-color css

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

 span { border-color: rgb(66,64,94); }

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