#4C49B1

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

Shades of Rich Blue #4C49B1

Tints of Rich Blue #4C49B1

Color information

#4C49B1 (or 0x4C49B1) is unknown color: approx Rich Blue. HEX triplet: 4C, 49 and B1. RGB value is (76,73,177). Sum of RGB (Red+Green+Blue) = 76+73+177=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #4C49B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C49B1 is #B3B64E. Grayscale: #555555. Windows color (decimal): -11777615 or 11618636. OLE color: 11618636.

HSL color Cylindrical-coordinate representation of color #4C49B1: hue angle of 241.73º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C49B1 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7673177-
CMYK0.570.5900.31
HSL241.73º41.6%49.02%-
HSV(B)241.73º58.76%69.41%-
XYZ13.39.4842.72-
YUV85.75179.49121.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.31%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 177 (69.53% from 255) = 54.29%
R=23.31%
G=22.39%
B=54.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76731770.570.5900.31241.7341.649.02
Hex4C49B1393B01Ff22a31
Octal11411126171730373625261
Binary100110010010011011000111100111101101111111110010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C49B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,177); }

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

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

 a { background-color: rgb(76,73,177); }

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

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

 span { border-color: rgb(76,73,177); }

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