Html Css Color HEX #4C28AA Blue Gem

📋 copy color: '#4C28AA'

red 76 ◦ green 40 ◦ blue 170

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

Shades of Blue Gem #4C28AA

Tints of Blue Gem #4C28AA

RGB

 RED value IS 76 (30.08% from 255) = 26.57%

 GREEN value IS 40 (16.02% from 255) = 13.99%

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 26.57%
G = 13.99%
B = 59.44%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C28AA (or 0x4C28AA) is known color: Blue Gem. HEX triplet: 4C, 28 and AA. RGB value is (76,40,170). Sum of RGB (Red+Green+Blue) = 76+40+170=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C28AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C28AA is #B3D755. Grayscale: #414141. Windows color (decimal): -11786070 or 11151436. OLE color: 11151436.

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

Color convert

RGB 76 40 170 -
CMYK 0.55 0.76 0 0.33
HSL 256.62º 0.62% 0.41% -
HSV(B) 256.62º 0.76% 0.67% -
XYZ 10.99 5.96 38.6 -
YUV 65.58 186.93 135.43 -
System Red Green Blue C M Y K H S L
Decimal 76 40 170 0.55 0.76 0 0.33 256.62 0.62 0.41
Hex 4C 28 AA 37 4C 0 21 101 3E 29
Octal 114 50 252 67 114 0 41 401 76 51
Binary 1001100 101000 10101010 110111 1001100 0 100001 100000001 111110 101001

Color Harmonies of #4C28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C28AA

Black with #4C28AA

Text Example


Text Example

White with #4C28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,170); }

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

background-color css

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

 a { background-color: rgb(76,40,170); }

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

border-color css

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

 span { border-color: rgb(76,40,170); }

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