Html Css Color HEX #4A28AB Blue Gem

📋 copy color: '#4A28AB'

red 74 ◦ green 40 ◦ blue 171

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

Shades of Blue Gem #4A28AB

Tints of Blue Gem #4A28AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60%

R = 25.96%
G = 14.04%
B = 60%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A28AB (or 0x4A28AB) is known color: Blue Gem. HEX triplet: 4A, 28 and AB. RGB value is (74,40,171). Sum of RGB (Red+Green+Blue) = 74+40+171=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A28AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A28AB is #B5D754. Grayscale: #404040. Windows color (decimal): -11917141 or 11216970. OLE color: 11216970.

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

Color convert

RGB 74 40 171 -
CMYK 0.57 0.77 0 0.33
HSL 255.57º 0.62% 0.41% -
HSV(B) 255.57º 0.77% 0.67% -
XYZ 10.93 5.91 39.09 -
YUV 65.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 74 40 171 0.57 0.77 0 0.33 255.57 0.62 0.41
Hex 4A 28 AB 39 4D 0 21 100 3E 29
Octal 112 50 253 71 115 0 41 400 76 51
Binary 1001010 101000 10101011 111001 1001101 0 100001 100000000 111110 101001

Color Harmonies of #4A28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A28AB

Black with #4A28AB

Text Example


Text Example

White with #4A28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,40,171); }

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

background-color css

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

 a { background-color: rgb(74,40,171); }

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

border-color css

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

 span { border-color: rgb(74,40,171); }

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