#4B3AAC

Color #4B3AAC Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4B3AAC

Tints of Blue Gem #4B3AAC

Color information

#4B3AAC (or 0x4B3AAC) is unknown color: approx Blue Gem. HEX triplet: 4B, 3A and AC. RGB value is (75,58,172). Sum of RGB (Red+Green+Blue) = 75+58+172=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3AAC is #B4C553. Grayscale: #4B4B4B. Windows color (decimal): -11846996 or 11287115. OLE color: 11287115.

HSL color Cylindrical-coordinate representation of color #4B3AAC: hue angle of 248.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B3AAC is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7558172-
CMYK0.560.6600.33
HSL248.95º49.57%45.1%-
HSV(B)248.95º66.28%67.45%-
XYZ11.867.539.85-
YUV76.08182.13127.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=24.59%
G=19.02%
B=56.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75581720.560.6600.33248.9549.5745.1
Hex4B3AAC3842021f9322d
Octal11372254701020413716255
Binary1001011111010101011001110001000010010000111111001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,172); }

 H1.HeaderClassName
 {
   color: #4B3AAC;
 }
 .AnyTagClassName
 {
   color: #4B3AAC;
 }
</style>
background-color css

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

 a { background-color: rgb(75,58,172); }

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

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

 span { border-color: rgb(75,58,172); }

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