#4B54AB

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

Shades of Rich Blue #4B54AB

Tints of Rich Blue #4B54AB

Color information

#4B54AB (or 0x4B54AB) is unknown color: approx Rich Blue. HEX triplet: 4B, 54 and AB. RGB value is (75,84,171). Sum of RGB (Red+Green+Blue) = 75+84+171=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B54AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B54AB is #B4AB54. Grayscale: #5A5A5A. Windows color (decimal): -11840341 or 11228235. OLE color: 11228235.

HSL color Cylindrical-coordinate representation of color #4B54AB: hue angle of 234.38º 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 #4B54AB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7584171-
CMYK0.560.5100.33
HSL234.38º39.02%48.24%-
HSV(B)234.38º56.14%67.06%-
XYZ13.4210.7839.9-
YUV91.23173.02116.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.73%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=22.73%
G=25.45%
B=51.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75841710.560.5100.33234.3839.0248.24
Hex4B54AB3833021ea2730
Octal11312425370630413524760
Binary1001011101010010101011111000110011010000111101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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