Html Css Color HEX #41425A Gun Powder

📋 copy color: '#41425A'

red 65 ◦ green 66 ◦ blue 90

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

Shades of Gun Powder #41425A

Tints of Gun Powder #41425A

RGB

 RED value IS 65 (25.78% from 255) = 29.41%

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

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

R = 29.41%
G = 29.86%
B = 40.72%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41425A (or 0x41425A) is known color: Gun Powder. HEX triplet: 41, 42 and 5A. RGB value is (65,66,90). Sum of RGB (Red+Green+Blue) = 65+66+90=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #41425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41425A is #BEBDA5. Grayscale: #444444. Windows color (decimal): -12500390 or 5915201. OLE color: 5915201.

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

Color convert

RGB 65 66 90 -
CMYK 0.28 0.27 0 0.65
HSL 237.6º 0.16% 0.3% -
HSV(B) 237.6º 0.28% 0.35% -
XYZ 5.97 5.76 10.47 -
YUV 68.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 65 66 90 0.28 0.27 0 0.65 237.6 0.16 0.3
Hex 41 42 5A 1C 1B 0 41 EE 10 1E
Octal 101 102 132 34 33 0 101 356 20 36
Binary 1000001 1000010 1011010 11100 11011 0 1000001 11101110 10000 11110

Color Harmonies of #41425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41425A

Black with #41425A

Text Example


Text Example

White with #41425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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