#4B3CB3

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

Shades of Rich Blue #4B3CB3

Tints of Rich Blue #4B3CB3

Color information

#4B3CB3 (or 0x4B3CB3) is unknown color: approx Rich Blue. HEX triplet: 4B, 3C and B3. RGB value is (75,60,179). Sum of RGB (Red+Green+Blue) = 75+60+179=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 179 (70.31% from 255 or 57.01% from 314); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B3CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3CB3 is #B4C34C. Grayscale: #4D4D4D. Windows color (decimal): -11846477 or 11746379. OLE color: 11746379.

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

Color convert

RGB7560179-
CMYK0.580.6600.30
HSL247.56º49.79%46.86%-
HSV(B)247.56º66.48%70.2%-
XYZ12.657.9843.52-
YUV78.05184.97125.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 179 (70.31% from 255) = 57.01%
R=23.89%
G=19.11%
B=57.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75601790.580.6600.30247.5649.7946.86
Hex4B3CB33A4201Ef8322f
Octal11374263721020363706257
Binary100101111110010110011111010100001001111011111000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,60,179); }

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

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

 a { background-color: rgb(75,60,179); }

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

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

 span { border-color: rgb(75,60,179); }

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