#4C48AE

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

Shades of Rich Blue #4C48AE

Tints of Rich Blue #4C48AE

Color information

#4C48AE (or 0x4C48AE) is unknown color: approx Rich Blue. HEX triplet: 4C, 48 and AE. RGB value is (76,72,174). Sum of RGB (Red+Green+Blue) = 76+72+174=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C48AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C48AE is #B3B751. Grayscale: #545454. Windows color (decimal): -11777874 or 11421772. OLE color: 11421772.

HSL color Cylindrical-coordinate representation of color #4C48AE: hue angle of 242.35º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C48AE is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7672174-
CMYK0.560.5900.32
HSL242.35º41.46%48.24%-
HSV(B)242.35º58.62%68.24%-
XYZ12.949.2341.14-
YUV84.82178.33121.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.60%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=23.60%
G=22.36%
B=54.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76721740.560.5900.32242.3541.4648.24
Hex4C48AE383B020f22930
Octal11411025670730403625160
Binary1001100100100010101110111000111011010000011110010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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