#4B5AB3

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

Shades of Rich Blue #4B5AB3

Tints of Rich Blue #4B5AB3

Color information

#4B5AB3 (or 0x4B5AB3) is unknown color: approx Rich Blue. HEX triplet: 4B, 5A and B3. RGB value is (75,90,179). Sum of RGB (Red+Green+Blue) = 75+90+179=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B5AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5AB3 is #B4A54C. Grayscale: #5F5F5F. Windows color (decimal): -11838797 or 11754059. OLE color: 11754059.

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

Color convert

RGB7590179-
CMYK0.580.5000.30
HSL231.35º40.94%49.8%-
HSV(B)231.35º58.1%70.2%-
XYZ14.6912.0644.2-
YUV95.66175.03113.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.80%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 179 (70.31% from 255) = 52.03%
R=21.80%
G=26.16%
B=52.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75901790.580.5000.30231.3540.9449.8
Hex4B5AB33A3201Ee72932
Octal11313226372620363475162
Binary100101110110101011001111101011001001111011100111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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