#4F44BA

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

Shades of Rich Blue #4F44BA

Tints of Rich Blue #4F44BA

Color information

#4F44BA (or 0x4F44BA) is unknown color: approx Rich Blue. HEX triplet: 4F, 44 and BA. RGB value is (79,68,186). Sum of RGB (Red+Green+Blue) = 79+68+186=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F44BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F44BA is #B0BB45. Grayscale: #545454. Windows color (decimal): -11582278 or 12207183. OLE color: 12207183.

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

Color convert

RGB7968186-
CMYK0.580.6300.27
HSL245.59º46.46%49.8%-
HSV(B)245.59º63.44%72.94%-
XYZ14.159.3447.51-
YUV84.74185.14123.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.72%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=23.72%
G=20.42%
B=55.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79681860.580.6300.27245.5946.4649.8
Hex4F44BA3A3F01Bf62e32
Octal11710427272770333665662
Binary100111110001001011101011101011111101101111110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F44BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,68,186); }

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

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

 a { background-color: rgb(79,68,186); }

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

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

 span { border-color: rgb(79,68,186); }

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