#4B3BAA

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

Shades of Blue Gem #4B3BAA

Tints of Blue Gem #4B3BAA

Color information

#4B3BAA (or 0x4B3BAA) is unknown color: approx Blue Gem. HEX triplet: 4B, 3B and AA. RGB value is (75,59,170). Sum of RGB (Red+Green+Blue) = 75+59+170=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B3BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3BAA is #B4C455. Grayscale: #4C4C4C. Windows color (decimal): -11846742 or 11156299. OLE color: 11156299.

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

Color convert

RGB7559170-
CMYK0.560.6500.33
HSL248.65º48.47%44.9%-
HSV(B)248.65º65.29%66.67%-
XYZ11.727.5338.87-
YUV76.44180.8126.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.67%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=24.67%
G=19.41%
B=55.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75591700.560.6500.33248.6548.4744.9
Hex4B3BAA3841021f9302d
Octal11373252701010413716055
Binary1001011111011101010101110001000001010000111111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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