#4B3DB1

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

Shades of Rich Blue #4B3DB1

Tints of Rich Blue #4B3DB1

Color information

#4B3DB1 (or 0x4B3DB1) is unknown color: approx Rich Blue. HEX triplet: 4B, 3D and B1. RGB value is (75,61,177). Sum of RGB (Red+Green+Blue) = 75+61+177=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #4B3DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3DB1 is #B4C24E. Grayscale: #4D4D4D. Windows color (decimal): -11846223 or 11615563. OLE color: 11615563.

HSL color Cylindrical-coordinate representation of color #4B3DB1: hue angle of 247.24º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B3DB1 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7561177-
CMYK0.580.6600.31
HSL247.24º48.74%46.67%-
HSV(B)247.24º65.54%69.41%-
XYZ12.518.0142.48-
YUV78.41183.64125.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 177 (69.53% from 255) = 56.55%
R=23.96%
G=19.49%
B=56.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75611770.580.6600.31247.2448.7446.67
Hex4B3DB13A4201Ff7312f
Octal11375261721020373676157
Binary100101111110110110001111010100001001111111110111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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