#4C3FBC

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

Shades of Rich Blue #4C3FBC

Tints of Rich Blue #4C3FBC

Color information

#4C3FBC (or 0x4C3FBC) is unknown color: approx Rich Blue. HEX triplet: 4C, 3F and BC. RGB value is (76,63,188). Sum of RGB (Red+Green+Blue) = 76+63+188=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C3FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3FBC is #B3C043. Grayscale: #505050. Windows color (decimal): -11780164 or 12336972. OLE color: 12336972.

HSL color Cylindrical-coordinate representation of color #4C3FBC: hue angle of 246.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C3FBC is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7663188-
CMYK0.600.6600.26
HSL246.24º49.8%49.22%-
HSV(B)246.24º66.49%73.73%-
XYZ13.848.7248.53-
YUV81.14188.31124.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 188 (73.83% from 255) = 57.49%
R=23.24%
G=19.27%
B=57.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal76631880.600.6600.26246.2449.849.22
Hex4C3FBC3C4201Af63231
Octal11477274741020323666261
Binary100110011111110111100111100100001001101011110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,63,188); }

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

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

 a { background-color: rgb(76,63,188); }

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

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

 span { border-color: rgb(76,63,188); }

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