Html Css Color HEX #42425A Gun Powder

📋 copy color: '#42425A'

red 66 ◦ green 66 ◦ blue 90

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

Shades of Gun Powder #42425A

Tints of Gun Powder #42425A

RGB

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

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

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

R = 29.73%
G = 29.73%
B = 40.54%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42425A (or 0x42425A) is known color: Gun Powder. HEX triplet: 42, 42 and 5A. RGB value is (66,66,90). Sum of RGB (Red+Green+Blue) = 66+66+90=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #42425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42425A is #BDBDA5. Grayscale: #444444. Windows color (decimal): -12434854 or 5915202. OLE color: 5915202.

HSL color Cylindrical-coordinate representation of color #42425A: hue angle of 240º 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 #42425A is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 66 90 -
CMYK 0.27 0.27 0 0.65
HSL 240º 0.15% 0.31% -
HSV(B) 240º 0.27% 0.35% -
XYZ 6.04 5.79 10.47 -
YUV 68.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 66 66 90 0.27 0.27 0 0.65 240 0.15 0.31
Hex 42 42 5A 1B 1B 0 41 F0 F 1F
Octal 102 102 132 33 33 0 101 360 17 37
Binary 1000010 1000010 1011010 11011 11011 0 1000001 11110000 1111 11111

Color Harmonies of #42425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42425A

Black with #42425A

Text Example


Text Example

White with #42425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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