#4B3FB3

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

Shades of Rich Blue #4B3FB3

Tints of Rich Blue #4B3FB3

Color information

#4B3FB3 (or 0x4B3FB3) is unknown color: approx Rich Blue. HEX triplet: 4B, 3F and B3. RGB value is (75,63,179). Sum of RGB (Red+Green+Blue) = 75+63+179=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B3FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FB3 is #B4C04C. Grayscale: #4F4F4F. Windows color (decimal): -11845709 or 11747147. OLE color: 11747147.

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

Color convert

RGB7563179-
CMYK0.580.6500.30
HSL246.21º47.93%47.45%-
HSV(B)246.21º64.8%70.2%-
XYZ12.828.3143.58-
YUV79.81183.98124.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.66%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 179 (70.31% from 255) = 56.47%
R=23.66%
G=19.87%
B=56.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75631790.580.6500.30246.2147.9347.45
Hex4B3FB33A4101Ef6302f
Octal11377263721010363666057
Binary100101111111110110011111010100000101111011110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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