#4C46BA

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

Shades of Rich Blue #4C46BA

Tints of Rich Blue #4C46BA

Color information

#4C46BA (or 0x4C46BA) is unknown color: approx Rich Blue. HEX triplet: 4C, 46 and BA. RGB value is (76,70,186). Sum of RGB (Red+Green+Blue) = 76+70+186=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C46BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C46BA is #B3B945. Grayscale: #545454. Windows color (decimal): -11778374 or 12207692. OLE color: 12207692.

HSL color Cylindrical-coordinate representation of color #4C46BA: hue angle of 243.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C46BA is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7670186-
CMYK0.590.6200.27
HSL243.1º45.67%50.2%-
HSV(B)243.1º62.37%72.94%-
XYZ14.039.4647.54-
YUV85.02184.99121.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=22.89%
G=21.08%
B=56.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76701860.590.6200.27243.145.6750.2
Hex4C46BA3B3E01Bf32e32
Octal11410627273760333635662
Binary100110010001101011101011101111111001101111110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,186); }

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

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

 a { background-color: rgb(76,70,186); }

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

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

 span { border-color: rgb(76,70,186); }

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