Html Css Color HEX #4B32AC Blue Gem

📋 copy color: '#4B32AC'

red 75 ◦ green 50 ◦ blue 172

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

Shades of Blue Gem #4B32AC

Tints of Blue Gem #4B32AC

RGB

 RED value IS 75 (29.69% from 255) = 25.25%

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

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

R = 25.25%
G = 16.84%
B = 57.91%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B32AC (or 0x4B32AC) is known color: Blue Gem. HEX triplet: 4B, 32 and AC. RGB value is (75,50,172). Sum of RGB (Red+Green+Blue) = 75+50+172=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B32AC is #B4CD53. Grayscale: #464646. Windows color (decimal): -11849044 or 11285067. OLE color: 11285067.

HSL color Cylindrical-coordinate representation of color #4B32AC: hue angle of 252.3º 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 #4B32AC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 50 172 -
CMYK 0.56 0.71 0 0.33
HSL 252.3º 0.55% 0.44% -
HSV(B) 252.3º 0.71% 0.67% -
XYZ 11.49 6.76 39.73 -
YUV 71.38 184.78 130.58 -
System Red Green Blue C M Y K H S L
Decimal 75 50 172 0.56 0.71 0 0.33 252.3 0.55 0.44
Hex 4B 32 AC 38 47 0 21 FC 37 2C
Octal 113 62 254 70 107 0 41 374 67 54
Binary 1001011 110010 10101100 111000 1000111 0 100001 11111100 110111 101100

Color Harmonies of #4B32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B32AC

Black with #4B32AC

Text Example


Text Example

White with #4B32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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