#4C3DB0

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

Shades of Rich Blue #4C3DB0

Tints of Rich Blue #4C3DB0

Color information

#4C3DB0 (or 0x4C3DB0) is unknown color: approx Rich Blue. HEX triplet: 4C, 3D and B0. RGB value is (76,61,176). Sum of RGB (Red+Green+Blue) = 76+61+176=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 176 (69.14% from 255 or 56.23% from 313); Max value from RGB is 176 - color contains mainly: blue. Hex color #4C3DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3DB0 is #B3C24F. Grayscale: #4E4E4E. Windows color (decimal): -11780688 or 11550028. OLE color: 11550028.

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

Color convert

RGB7661176-
CMYK0.570.6500.31
HSL247.83º48.52%46.47%-
HSV(B)247.83º65.34%69.02%-
XYZ12.498.0141.96-
YUV78.6182.97126.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.28%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 176 (69.14% from 255) = 56.23%
R=24.28%
G=19.49%
B=56.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76611760.570.6500.31247.8348.5246.47
Hex4C3DB0394101Ff8312e
Octal11475260711010373706156
Binary100110011110110110000111001100000101111111111000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,61,176); }

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

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

 a { background-color: rgb(76,61,176); }

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

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

 span { border-color: rgb(76,61,176); }

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