Html Css Color HEX #4A4663 Gun Powder

📋 copy color: '#4A4663'

red 74 ◦ green 70 ◦ blue 99

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

Shades of Gun Powder #4A4663

Tints of Gun Powder #4A4663

RGB

 RED value IS 74 (29.3% from 255) = 30.45%

 GREEN value IS 70 (27.73% from 255) = 28.81%

 BLUE value IS 99 (39.06% from 255) = 40.74%

R = 30.45%
G = 28.81%
B = 40.74%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4A4663 (or 0x4A4663) is known color: Gun Powder. HEX triplet: 4A, 46 and 63. RGB value is (74,70,99). Sum of RGB (Red+Green+Blue) = 74+70+99=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A4663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4663 is #B5B99C. Grayscale: #4A4A4A. Windows color (decimal): -11909533 or 6506058. OLE color: 6506058.

HSL color Cylindrical-coordinate representation of color #4A4663: hue angle of 248.28º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A4663 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 70 99 -
CMYK 0.25 0.29 0 0.61
HSL 248.28º 0.17% 0.33% -
HSV(B) 248.28º 0.29% 0.39% -
XYZ 7.27 6.74 12.72 -
YUV 74.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 74 70 99 0.25 0.29 0 0.61 248.28 0.17 0.33
Hex 4A 46 63 19 1D 0 3D F8 11 21
Octal 112 106 143 31 35 0 75 370 21 41
Binary 1001010 1000110 1100011 11001 11101 0 111101 11111000 10001 100001

Color Harmonies of #4A4663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4663

Black with #4A4663

Text Example


Text Example

White with #4A4663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4663; }

 p { color: rgb(74,70,99); }

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

background-color css

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

 a { background-color: rgb(74,70,99); }

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

border-color css

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

 span { border-color: rgb(74,70,99); }

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