#4B5CAC

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

Shades of Rich Blue #4B5CAC

Tints of Rich Blue #4B5CAC

Color information

#4B5CAC (or 0x4B5CAC) is unknown color: approx Rich Blue. HEX triplet: 4B, 5C and AC. RGB value is (75,92,172). Sum of RGB (Red+Green+Blue) = 75+92+172=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B5CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5CAC is #B4A353. Grayscale: #5F5F5F. Windows color (decimal): -11838292 or 11295819. OLE color: 11295819.

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

Color convert

RGB7592172-
CMYK0.560.4700.33
HSL229.48º39.27%48.43%-
HSV(B)229.48º56.4%67.45%-
XYZ14.1812.1340.62-
YUV96.04170.87113-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 172 (67.58% from 255) = 50.74%
R=22.12%
G=27.14%
B=50.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75921720.560.4700.33229.4839.2748.43
Hex4B5CAC382F021e52730
Octal11313425470570413454760
Binary1001011101110010101100111000101111010000111100101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,92,172); }

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

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

 a { background-color: rgb(75,92,172); }

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

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

 span { border-color: rgb(75,92,172); }

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