#4B4EAD

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

Shades of Rich Blue #4B4EAD

Tints of Rich Blue #4B4EAD

Color information

#4B4EAD (or 0x4B4EAD) is unknown color: approx Rich Blue. HEX triplet: 4B, 4E and AD. RGB value is (75,78,173). Sum of RGB (Red+Green+Blue) = 75+78+173=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B4EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4EAD is #B4B152. Grayscale: #575757. Windows color (decimal): -11841875 or 11357771. OLE color: 11357771.

HSL color Cylindrical-coordinate representation of color #4B4EAD: hue angle of 238.16º 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 #4B4EAD is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7578173-
CMYK0.570.5500.32
HSL238.16º39.52%48.63%-
HSV(B)238.16º56.65%67.84%-
XYZ13.179.9640.76-
YUV87.93176.01118.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.01%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=23.01%
G=23.93%
B=53.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75781730.570.5500.32238.1639.5248.63
Hex4B4EAD3937020ee2831
Octal11311625571670403565061
Binary1001011100111010101101111001110111010000011101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,173); }

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

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

 a { background-color: rgb(75,78,173); }

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

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

 span { border-color: rgb(75,78,173); }

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