#4F45BA

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

Shades of Rich Blue #4F45BA

Tints of Rich Blue #4F45BA

Color information

#4F45BA (or 0x4F45BA) is unknown color: approx Rich Blue. HEX triplet: 4F, 45 and BA. RGB value is (79,69,186). Sum of RGB (Red+Green+Blue) = 79+69+186=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F45BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F45BA is #B0BA45. Grayscale: #545454. Windows color (decimal): -11582022 or 12207439. OLE color: 12207439.

HSL color Cylindrical-coordinate representation of color #4F45BA: hue angle of 245.13º 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 #4F45BA is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7969186-
CMYK0.580.6300.27
HSL245.13º45.88%50%-
HSV(B)245.13º62.9%72.94%-
XYZ14.229.4647.53-
YUV85.33184.81123.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.65%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=23.65%
G=20.66%
B=55.69%

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
Decimal79691860.580.6300.27245.1345.8850
Hex4F45BA3A3F01Bf52e32
Octal11710527272770333655662
Binary100111110001011011101011101011111101101111110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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