#4B3EBA

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

Shades of Rich Blue #4B3EBA

Tints of Rich Blue #4B3EBA

Color information

#4B3EBA (or 0x4B3EBA) is unknown color: approx Rich Blue. HEX triplet: 4B, 3E and BA. RGB value is (75,62,186). Sum of RGB (Red+Green+Blue) = 75+62+186=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B3EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3EBA is #B4C145. Grayscale: #4F4F4F. Windows color (decimal): -11845958 or 12205643. OLE color: 12205643.

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

Color convert

RGB7562186-
CMYK0.600.6700.27
HSL246.29º50%48.63%-
HSV(B)246.29º66.67%72.94%-
XYZ13.498.4947.38-
YUV80.02187.81124.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.22%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=23.22%
G=19.20%
B=57.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75621860.600.6700.27246.295048.63
Hex4B3EBA3C4301Bf63231
Octal11376272741030333666261
Binary100101111111010111010111100100001101101111110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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