#4F46BC

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

Shades of Rich Blue #4F46BC

Tints of Rich Blue #4F46BC

Color information

#4F46BC (or 0x4F46BC) is unknown color: approx Rich Blue. HEX triplet: 4F, 46 and BC. RGB value is (79,70,188). Sum of RGB (Red+Green+Blue) = 79+70+188=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F46BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F46BC is #B0B943. Grayscale: #555555. Windows color (decimal): -11581764 or 12338767. OLE color: 12338767.

HSL color Cylindrical-coordinate representation of color #4F46BC: hue angle of 244.58º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F46BC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7970188-
CMYK0.580.6300.26
HSL244.58º46.83%50.59%-
HSV(B)244.58º62.77%73.73%-
XYZ14.499.6748.68-
YUV86.14185.48122.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=23.44%
G=20.77%
B=55.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal79701880.580.6300.26244.5846.8350.59
Hex4F46BC3A3F01Af52f33
Octal11710627472770323655763
Binary100111110001101011110011101011111101101011110101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F46BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,188); }

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

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

 a { background-color: rgb(79,70,188); }

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

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

 span { border-color: rgb(79,70,188); }

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