#4B44AB

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

Shades of Rich Blue #4B44AB

Tints of Rich Blue #4B44AB

Color information

#4B44AB (or 0x4B44AB) is unknown color: approx Rich Blue. HEX triplet: 4B, 44 and AB. RGB value is (75,68,171). Sum of RGB (Red+Green+Blue) = 75+68+171=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B44AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B44AB is #B4BB54. Grayscale: #515151. Windows color (decimal): -11844437 or 11224139. OLE color: 11224139.

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

Color convert

RGB7568171-
CMYK0.560.6000.33
HSL244.08º43.1%46.86%-
HSV(B)244.08º60.23%67.06%-
XYZ12.328.5739.53-
YUV81.83178.32123.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 171 (67.19% from 255) = 54.46%
R=23.89%
G=21.66%
B=54.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75681710.560.6000.33244.0843.146.86
Hex4B44AB383C021f42b2f
Octal11310425370740413645357
Binary1001011100010010101011111000111100010000111110100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,68,171); }

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

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

 a { background-color: rgb(75,68,171); }

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

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

 span { border-color: rgb(75,68,171); }

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