Html Css Color HEX #4A27AB Blue Gem

📋 copy color: '#4A27AB'

red 74 ◦ green 39 ◦ blue 171

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

Shades of Blue Gem #4A27AB

Tints of Blue Gem #4A27AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 26.06%
G = 13.73%
B = 60.21%

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

#4A27AB (or 0x4A27AB) is known color: Blue Gem. HEX triplet: 4A, 27 and AB. RGB value is (74,39,171). Sum of RGB (Red+Green+Blue) = 74+39+171=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A27AB is #B5D854. Grayscale: #404040. Windows color (decimal): -11917397 or 11216714. OLE color: 11216714.

HSL color Cylindrical-coordinate representation of color #4A27AB: hue angle of 255.91º degrees, saturation: 0.63, 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 #4A27AB is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 39 171 -
CMYK 0.57 0.77 0 0.33
HSL 255.91º 0.63% 0.41% -
HSV(B) 255.91º 0.77% 0.67% -
XYZ 10.9 5.85 39.08 -
YUV 64.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 74 39 171 0.57 0.77 0 0.33 255.91 0.63 0.41
Hex 4A 27 AB 39 4D 0 21 100 3F 29
Octal 112 47 253 71 115 0 41 400 77 51
Binary 1001010 100111 10101011 111001 1001101 0 100001 100000000 111111 101001

Color Harmonies of #4A27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A27AB

Black with #4A27AB

Text Example


Text Example

White with #4A27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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