#4B5AB1

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

Shades of Rich Blue #4B5AB1

Tints of Rich Blue #4B5AB1

Color information

#4B5AB1 (or 0x4B5AB1) is unknown color: approx Rich Blue. HEX triplet: 4B, 5A and B1. RGB value is (75,90,177). Sum of RGB (Red+Green+Blue) = 75+90+177=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #4B5AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5AB1 is #B4A54E. Grayscale: #5F5F5F. Windows color (decimal): -11838799 or 11622987. OLE color: 11622987.

HSL color Cylindrical-coordinate representation of color #4B5AB1: hue angle of 231.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B5AB1 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7590177-
CMYK0.580.4900.31
HSL231.18º40.48%49.41%-
HSV(B)231.18º57.63%69.41%-
XYZ14.4911.9843.14-
YUV95.43174.03113.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=21.93%
G=26.32%
B=51.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75901770.580.4900.31231.1840.4849.41
Hex4B5AB13A3101Fe72831
Octal11313226172610373475061
Binary100101110110101011000111101011000101111111100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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