#4B3CAB

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

Shades of Blue Gem #4B3CAB

Tints of Blue Gem #4B3CAB

Color information

#4B3CAB (or 0x4B3CAB) is unknown color: approx Blue Gem. HEX triplet: 4B, 3C and AB. RGB value is (75,60,171). Sum of RGB (Red+Green+Blue) = 75+60+171=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B3CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3CAB is #B4C354. Grayscale: #4C4C4C. Windows color (decimal): -11846485 or 11222091. OLE color: 11222091.

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

Color convert

RGB7560171-
CMYK0.560.6500.33
HSL248.11º48.05%45.29%-
HSV(B)248.11º64.91%67.06%-
XYZ11.877.6739.38-
YUV77.14180.97126.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.51%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 171 (67.19% from 255) = 55.88%
R=24.51%
G=19.61%
B=55.88%

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
Decimal75601710.560.6500.33248.1148.0545.29
Hex4B3CAB3841021f8302d
Octal11374253701010413706055
Binary1001011111100101010111110001000001010000111111000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,60,171); }

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

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

 a { background-color: rgb(75,60,171); }

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

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

 span { border-color: rgb(75,60,171); }

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