#4B3FBA

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

Shades of Rich Blue #4B3FBA

Tints of Rich Blue #4B3FBA

Color information

#4B3FBA (or 0x4B3FBA) is unknown color: approx Rich Blue. HEX triplet: 4B, 3F and BA. RGB value is (75,63,186). Sum of RGB (Red+Green+Blue) = 75+63+186=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B3FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FBA is #B4C045. Grayscale: #505050. Windows color (decimal): -11845702 or 12205899. OLE color: 12205899.

HSL color Cylindrical-coordinate representation of color #4B3FBA: hue angle of 245.85º degrees, saturation: 0.49, 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 #4B3FBA is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7563186-
CMYK0.600.6600.27
HSL245.85º49.4%48.82%-
HSV(B)245.85º66.13%72.94%-
XYZ13.548.647.4-
YUV80.61187.48124-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=23.15%
G=19.44%
B=57.41%

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
Decimal75631860.600.6600.27245.8549.448.82
Hex4B3FBA3C4201Bf63131
Octal11377272741020333666161
Binary100101111111110111010111100100001001101111110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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