Html Css Color HEX #4A32AC Blue Gem

📋 copy color: '#4A32AC'

red 74 ◦ green 50 ◦ blue 172

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

Shades of Blue Gem #4A32AC

Tints of Blue Gem #4A32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 25%
G = 16.89%
B = 58.11%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A32AC (or 0x4A32AC) is known color: Blue Gem. HEX triplet: 4A, 32 and AC. RGB value is (74,50,172). Sum of RGB (Red+Green+Blue) = 74+50+172=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A32AC is #B5CD53. Grayscale: #464646. Windows color (decimal): -11914580 or 11285066. OLE color: 11285066.

HSL color Cylindrical-coordinate representation of color #4A32AC: hue angle of 251.8º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A32AC is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 50 172 -
CMYK 0.57 0.71 0 0.33
HSL 251.8º 0.55% 0.44% -
HSV(B) 251.8º 0.71% 0.67% -
XYZ 11.41 6.72 39.72 -
YUV 71.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 74 50 172 0.57 0.71 0 0.33 251.8 0.55 0.44
Hex 4A 32 AC 39 47 0 21 FC 37 2C
Octal 112 62 254 71 107 0 41 374 67 54
Binary 1001010 110010 10101100 111001 1000111 0 100001 11111100 110111 101100

Color Harmonies of #4A32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A32AC

Black with #4A32AC

Text Example


Text Example

White with #4A32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,50,172); }

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

background-color css

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

 a { background-color: rgb(74,50,172); }

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

border-color css

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

 span { border-color: rgb(74,50,172); }

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