#4B3DAD

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

Shades of Blue Gem #4B3DAD

Tints of Blue Gem #4B3DAD

Color information

#4B3DAD (or 0x4B3DAD) is unknown color: approx Blue Gem. HEX triplet: 4B, 3D and AD. RGB value is (75,61,173). Sum of RGB (Red+Green+Blue) = 75+61+173=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B3DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3DAD is #B4C252. Grayscale: #4D4D4D. Windows color (decimal): -11846227 or 11353419. OLE color: 11353419.

HSL color Cylindrical-coordinate representation of color #4B3DAD: hue angle of 247.5º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B3DAD is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7561173-
CMYK0.570.6500.32
HSL247.5º47.86%45.88%-
HSV(B)247.5º64.74%67.84%-
XYZ12.117.8540.41-
YUV77.95181.64125.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 61 (24.22% from 255) = 19.74%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=24.27%
G=19.74%
B=55.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75611730.570.6500.32247.547.8645.88
Hex4B3DAD3941020f8302e
Octal11375255711010403706056
Binary1001011111101101011011110011000001010000011111000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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