Html Css Color HEX #4D33AC Blue Gem

📋 copy color: '#4D33AC'

red 77 ◦ green 51 ◦ blue 172

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

Shades of Blue Gem #4D33AC

Tints of Blue Gem #4D33AC

RGB

 RED value IS 77 (30.47% from 255) = 25.67%

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

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

R = 25.67%
G = 17%
B = 57.33%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D33AC (or 0x4D33AC) is known color: Blue Gem. HEX triplet: 4D, 33 and AC. RGB value is (77,51,172). Sum of RGB (Red+Green+Blue) = 77+51+172=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D33AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D33AC is #B2CC53. Grayscale: #484848. Windows color (decimal): -11717716 or 11285325. OLE color: 11285325.

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

Color convert

RGB 77 51 172 -
CMYK 0.55 0.70 0 0.33
HSL 252.89º 0.54% 0.44% -
HSV(B) 252.89º 0.7% 0.67% -
XYZ 11.69 6.92 39.75 -
YUV 72.57 184.11 131.16 -
System Red Green Blue C M Y K H S L
Decimal 77 51 172 0.55 0.70 0 0.33 252.89 0.54 0.44
Hex 4D 33 AC 37 46 0 21 FD 36 2C
Octal 115 63 254 67 106 0 41 375 66 54
Binary 1001101 110011 10101100 110111 1000110 0 100001 11111101 110110 101100

Color Harmonies of #4D33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D33AC

Black with #4D33AC

Text Example


Text Example

White with #4D33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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