Html Css Color HEX #414054 Gun Powder

📋 copy color: '#414054'

red 65 ◦ green 64 ◦ blue 84

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

Shades of Gun Powder #414054

Tints of Gun Powder #414054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.44%

R = 30.52%
G = 30.05%
B = 39.44%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414054 (or 0x414054) is known color: Gun Powder. HEX triplet: 41, 40 and 54. RGB value is (65,64,84). Sum of RGB (Red+Green+Blue) = 65+64+84=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #414054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414054 is #BEBFAB. Grayscale: #424242. Windows color (decimal): -12500908 or 5521473. OLE color: 5521473.

HSL color Cylindrical-coordinate representation of color #414054: hue angle of 243º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414054 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 64 84 -
CMYK 0.23 0.24 0 0.67
HSL 243º 0.14% 0.29% -
HSV(B) 243º 0.24% 0.33% -
XYZ 5.61 5.43 9.14 -
YUV 66.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 65 64 84 0.23 0.24 0 0.67 243 0.14 0.29
Hex 41 40 54 17 18 0 43 F3 E 1D
Octal 101 100 124 27 30 0 103 363 16 35
Binary 1000001 1000000 1010100 10111 11000 0 1000011 11110011 1110 11101

Color Harmonies of #414054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414054

Black with #414054

Text Example


Text Example

White with #414054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414054; }

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

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

background-color css

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

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

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

border-color css

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

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

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