#4B56AE

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

Shades of Rich Blue #4B56AE

Tints of Rich Blue #4B56AE

Color information

#4B56AE (or 0x4B56AE) is unknown color: approx Rich Blue. HEX triplet: 4B, 56 and AE. RGB value is (75,86,174). Sum of RGB (Red+Green+Blue) = 75+86+174=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B56AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B56AE is #B4A951. Grayscale: #5C5C5C. Windows color (decimal): -11839826 or 11425355. OLE color: 11425355.

HSL color Cylindrical-coordinate representation of color #4B56AE: hue angle of 233.33º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B56AE is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7586174-
CMYK0.570.5100.32
HSL233.33º39.76%48.82%-
HSV(B)233.33º56.9%68.24%-
XYZ13.8711.2141.48-
YUV92.74173.86115.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=22.39%
G=25.67%
B=51.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75861740.570.5100.32233.3339.7648.82
Hex4B56AE3933020e92831
Octal11312625671630403515061
Binary1001011101011010101110111001110011010000011101001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B56AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,86,174); }

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

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

 a { background-color: rgb(75,86,174); }

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

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

 span { border-color: rgb(75,86,174); }

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