Html Css Color HEX #4A33AC Blue Gem

📋 copy color: '#4A33AC'

red 74 ◦ green 51 ◦ blue 172

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

Shades of Blue Gem #4A33AC

Tints of Blue Gem #4A33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 24.92%
G = 17.17%
B = 57.91%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A33AC (or 0x4A33AC) is known color: Blue Gem. HEX triplet: 4A, 33 and AC. RGB value is (74,51,172). Sum of RGB (Red+Green+Blue) = 74+51+172=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 51 (20.31% from 255 or 17.17% 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 #4A33AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A33AC is #B5CC53. Grayscale: #474747. Windows color (decimal): -11914324 or 11285322. OLE color: 11285322.

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

Color convert

RGB 74 51 172 -
CMYK 0.57 0.70 0 0.33
HSL 251.41º 0.54% 0.44% -
HSV(B) 251.41º 0.7% 0.67% -
XYZ 11.45 6.8 39.74 -
YUV 71.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 74 51 172 0.57 0.70 0 0.33 251.41 0.54 0.44
Hex 4A 33 AC 39 46 0 21 FB 36 2C
Octal 112 63 254 71 106 0 41 373 66 54
Binary 1001010 110011 10101100 111001 1000110 0 100001 11111011 110110 101100

Color Harmonies of #4A33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A33AC

Black with #4A33AC

Text Example


Text Example

White with #4A33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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