#4F45AA

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

Shades of Rich Blue #4F45AA

Tints of Rich Blue #4F45AA

Color information

#4F45AA (or 0x4F45AA) is unknown color: approx Rich Blue. HEX triplet: 4F, 45 and AA. RGB value is (79,69,170). Sum of RGB (Red+Green+Blue) = 79+69+170=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F45AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F45AA is #B0BA55. Grayscale: #535353. Windows color (decimal): -11582038 or 11158863. OLE color: 11158863.

HSL color Cylindrical-coordinate representation of color #4F45AA: hue angle of 245.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F45AA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7969170-
CMYK0.540.5900.33
HSL245.94º42.26%46.86%-
HSV(B)245.94º59.41%66.67%-
XYZ12.618.8239.07-
YUV83.5176.81124.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=24.84%
G=21.70%
B=53.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79691700.540.5900.33245.9442.2646.86
Hex4F45AA363B021f62a2f
Octal11710525266730413665257
Binary1001111100010110101010110110111011010000111110110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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