Html Css Color HEX #414058 Gun Powder

📋 copy color: '#414058'

red 65 ◦ green 64 ◦ blue 88

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

Shades of Gun Powder #414058

Tints of Gun Powder #414058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 29.95%
G = 29.49%
B = 40.55%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414058 (or 0x414058) is known color: Gun Powder. HEX triplet: 41, 40 and 58. RGB value is (65,64,88). Sum of RGB (Red+Green+Blue) = 65+64+88=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #414058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414058 is #BEBFA7. Grayscale: #424242. Windows color (decimal): -12500904 or 5783617. OLE color: 5783617.

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

Color convert

RGB 65 64 88 -
CMYK 0.26 0.27 0 0.65
HSL 242.5º 0.16% 0.3% -
HSV(B) 242.5º 0.27% 0.35% -
XYZ 5.77 5.5 9.99 -
YUV 67.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 65 64 88 0.26 0.27 0 0.65 242.5 0.16 0.3
Hex 41 40 58 1A 1B 0 41 F2 10 1E
Octal 101 100 130 32 33 0 101 362 20 36
Binary 1000001 1000000 1011000 11010 11011 0 1000001 11110010 10000 11110

Color Harmonies of #414058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414058

Black with #414058

Text Example


Text Example

White with #414058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414058; }

 p { color: rgb(65,64,88); }

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

background-color css

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

 a { background-color: rgb(65,64,88); }

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

border-color css

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

 span { border-color: rgb(65,64,88); }

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