Html Css Color HEX #4B27AA Blue Gem

📋 copy color: '#4B27AA'

red 75 ◦ green 39 ◦ blue 170

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

Shades of Blue Gem #4B27AA

Tints of Blue Gem #4B27AA

RGB

 RED value IS 75 (29.69% from 255) = 26.41%

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

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

R = 26.41%
G = 13.73%
B = 59.86%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B27AA (or 0x4B27AA) is known color: Blue Gem. HEX triplet: 4B, 27 and AA. RGB value is (75,39,170). Sum of RGB (Red+Green+Blue) = 75+39+170=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B27AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B27AA is #B4D855. Grayscale: #404040. Windows color (decimal): -11851862 or 11151179. OLE color: 11151179.

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

Color convert

RGB 75 39 170 -
CMYK 0.56 0.77 0 0.33
HSL 256.49º 0.63% 0.41% -
HSV(B) 256.49º 0.77% 0.67% -
XYZ 10.88 5.85 38.59 -
YUV 64.7 187.43 135.35 -
System Red Green Blue C M Y K H S L
Decimal 75 39 170 0.56 0.77 0 0.33 256.49 0.63 0.41
Hex 4B 27 AA 38 4D 0 21 100 3F 29
Octal 113 47 252 70 115 0 41 400 77 51
Binary 1001011 100111 10101010 111000 1001101 0 100001 100000000 111111 101001

Color Harmonies of #4B27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B27AA

Black with #4B27AA

Text Example


Text Example

White with #4B27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,39,170); }

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

background-color css

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

 a { background-color: rgb(75,39,170); }

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

border-color css

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

 span { border-color: rgb(75,39,170); }

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