#4B3DB0

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

Shades of Rich Blue #4B3DB0

Tints of Rich Blue #4B3DB0

Color information

#4B3DB0 (or 0x4B3DB0) is unknown color: approx Rich Blue. HEX triplet: 4B, 3D and B0. RGB value is (75,61,176). Sum of RGB (Red+Green+Blue) = 75+61+176=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 176 (69.14% from 255 or 56.41% from 312); Max value from RGB is 176 - color contains mainly: blue. Hex color #4B3DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3DB0 is #B4C24F. Grayscale: #4D4D4D. Windows color (decimal): -11846224 or 11550027. OLE color: 11550027.

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

Color convert

RGB7561176-
CMYK0.570.6500.31
HSL247.3º48.52%46.47%-
HSV(B)247.3º65.34%69.02%-
XYZ12.417.9741.96-
YUV78.3183.14125.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 61 (24.22% from 255) = 19.55%
BLUE value IS 176 (69.14% from 255) = 56.41%
R=24.04%
G=19.55%
B=56.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75611760.570.6500.31247.348.5246.47
Hex4B3DB0394101Ff7312e
Octal11375260711010373676156
Binary100101111110110110000111001100000101111111110111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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