#4B3DAA

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

Shades of Blue Gem #4B3DAA

Tints of Blue Gem #4B3DAA

Color information

#4B3DAA (or 0x4B3DAA) is unknown color: approx Blue Gem. HEX triplet: 4B, 3D and AA. RGB value is (75,61,170). Sum of RGB (Red+Green+Blue) = 75+61+170=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B3DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3DAA is #B4C255. Grayscale: #4D4D4D. Windows color (decimal): -11846230 or 11156811. OLE color: 11156811.

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

Color convert

RGB7561170-
CMYK0.560.6400.33
HSL247.71º47.19%45.29%-
HSV(B)247.71º64.12%66.67%-
XYZ11.837.7438.9-
YUV77.61180.14126.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.51%
GREEN value IS 61 (24.22% from 255) = 19.93%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=24.51%
G=19.93%
B=55.56%

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
Decimal75611700.560.6400.33247.7147.1945.29
Hex4B3DAA3840021f82f2d
Octal11375252701000413705755
Binary1001011111101101010101110001000000010000111111000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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