#4B3FBB

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

Shades of Rich Blue #4B3FBB

Tints of Rich Blue #4B3FBB

Color information

#4B3FBB (or 0x4B3FBB) is unknown color: approx Rich Blue. HEX triplet: 4B, 3F and BB. RGB value is (75,63,187). Sum of RGB (Red+Green+Blue) = 75+63+187=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B3FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FBB is #B4C044. Grayscale: #505050. Windows color (decimal): -11845701 or 12271435. OLE color: 12271435.

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

Color convert

RGB7563187-
CMYK0.600.6600.27
HSL245.81º49.6%49.02%-
HSV(B)245.81º66.31%73.33%-
XYZ13.658.6447.96-
YUV80.72187.98123.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 187 (73.44% from 255) = 57.54%
R=23.08%
G=19.38%
B=57.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75631870.600.6600.27245.8149.649.02
Hex4B3FBB3C4201Bf63231
Octal11377273741020333666261
Binary100101111111110111011111100100001001101111110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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