Html Css Color HEX #4A4563 Gun Powder

📋 copy color: '#4A4563'

red 74 ◦ green 69 ◦ blue 99

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

Shades of Gun Powder #4A4563

Tints of Gun Powder #4A4563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

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

R = 30.58%
G = 28.51%
B = 40.91%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4A4563 (or 0x4A4563) is known color: Gun Powder. HEX triplet: 4A, 45 and 63. RGB value is (74,69,99). Sum of RGB (Red+Green+Blue) = 74+69+99=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A4563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4563 is #B5BA9C. Grayscale: #494949. Windows color (decimal): -11909789 or 6505802. OLE color: 6505802.

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

Color convert

RGB 74 69 99 -
CMYK 0.25 0.30 0 0.61
HSL 250º 0.18% 0.33% -
HSV(B) 250º 0.3% 0.39% -
XYZ 7.2 6.61 12.7 -
YUV 73.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 74 69 99 0.25 0.30 0 0.61 250 0.18 0.33
Hex 4A 45 63 19 1E 0 3D FA 12 21
Octal 112 105 143 31 36 0 75 372 22 41
Binary 1001010 1000101 1100011 11001 11110 0 111101 11111010 10010 100001

Color Harmonies of #4A4563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4563

Black with #4A4563

Text Example


Text Example

White with #4A4563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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