#4B3DB9

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

Shades of Rich Blue #4B3DB9

Tints of Rich Blue #4B3DB9

Color information

#4B3DB9 (or 0x4B3DB9) is unknown color: approx Rich Blue. HEX triplet: 4B, 3D and B9. RGB value is (75,61,185). Sum of RGB (Red+Green+Blue) = 75+61+185=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #4B3DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3DB9 is #B4C246. Grayscale: #4E4E4E. Windows color (decimal): -11846215 or 12139851. OLE color: 12139851.

HSL color Cylindrical-coordinate representation of color #4B3DB9: hue angle of 246.77º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B3DB9 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7561185-
CMYK0.590.6700.27
HSL246.77º50.41%48.24%-
HSV(B)246.77º67.03%72.55%-
XYZ13.338.3446.81-
YUV79.32187.64124.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 185 (72.66% from 255) = 57.63%
R=23.36%
G=19.00%
B=57.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75611850.590.6700.27246.7750.4148.24
Hex4B3DB93B4301Bf73230
Octal11375271731030333676260
Binary100101111110110111001111011100001101101111110111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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