#4B3DAB

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

Shades of Blue Gem #4B3DAB

Tints of Blue Gem #4B3DAB

Color information

#4B3DAB (or 0x4B3DAB) is unknown color: approx Blue Gem. HEX triplet: 4B, 3D and AB. RGB value is (75,61,171). Sum of RGB (Red+Green+Blue) = 75+61+171=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B3DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3DAB is #B4C254. Grayscale: #4D4D4D. Windows color (decimal): -11846229 or 11222347. OLE color: 11222347.

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

Color convert

RGB7561171-
CMYK0.560.6400.33
HSL247.64º47.41%45.49%-
HSV(B)247.64º64.33%67.06%-
XYZ11.927.7739.4-
YUV77.73180.64126.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.43%
GREEN value IS 61 (24.22% from 255) = 19.87%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=24.43%
G=19.87%
B=55.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75611710.560.6400.33247.6447.4145.49
Hex4B3DAB3840021f82f2d
Octal11375253701000413705755
Binary1001011111101101010111110001000000010000111111000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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