#4B5BAC

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

Shades of Rich Blue #4B5BAC

Tints of Rich Blue #4B5BAC

Color information

#4B5BAC (or 0x4B5BAC) is unknown color: approx Rich Blue. HEX triplet: 4B, 5B and AC. RGB value is (75,91,172). Sum of RGB (Red+Green+Blue) = 75+91+172=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B5BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5BAC is #B4A453. Grayscale: #5F5F5F. Windows color (decimal): -11838548 or 11295563. OLE color: 11295563.

HSL color Cylindrical-coordinate representation of color #4B5BAC: hue angle of 230.1º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B5BAC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7591172-
CMYK0.560.4700.33
HSL230.1º39.27%48.43%-
HSV(B)230.1º56.4%67.45%-
XYZ14.0911.9640.6-
YUV95.45171.2113.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 172 (67.58% from 255) = 50.89%
R=22.19%
G=26.92%
B=50.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75911720.560.4700.33230.139.2748.43
Hex4B5BAC382F021e62730
Octal11313325470570413464760
Binary1001011101101110101100111000101111010000111100110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,91,172); }

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

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

 a { background-color: rgb(75,91,172); }

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

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

 span { border-color: rgb(75,91,172); }

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