#4B4CAE

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

Shades of Rich Blue #4B4CAE

Tints of Rich Blue #4B4CAE

Color information

#4B4CAE (or 0x4B4CAE) is unknown color: approx Rich Blue. HEX triplet: 4B, 4C and AE. RGB value is (75,76,174). Sum of RGB (Red+Green+Blue) = 75+76+174=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B4CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4CAE is #B4B351. Grayscale: #565656. Windows color (decimal): -11842386 or 11422795. OLE color: 11422795.

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

Color convert

RGB7576174-
CMYK0.570.5600.32
HSL239.39º39.76%48.82%-
HSV(B)239.39º56.9%68.24%-
XYZ13.139.7241.23-
YUV86.87177.17119.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=23.08%
G=23.38%
B=53.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75761740.570.5600.32239.3939.7648.82
Hex4B4CAE3938020ef2831
Octal11311425671700403575061
Binary1001011100110010101110111001111000010000011101111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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