#4F43AA

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

Shades of Rich Blue #4F43AA

Tints of Rich Blue #4F43AA

Color information

#4F43AA (or 0x4F43AA) is unknown color: approx Rich Blue. HEX triplet: 4F, 43 and AA. RGB value is (79,67,170). Sum of RGB (Red+Green+Blue) = 79+67+170=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F43AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F43AA is #B0BC55. Grayscale: #515151. Windows color (decimal): -11582550 or 11158351. OLE color: 11158351.

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

Color convert

RGB7967170-
CMYK0.540.6100.33
HSL246.99º43.46%46.47%-
HSV(B)246.99º60.59%66.67%-
XYZ12.498.5839.03-
YUV82.33177.48125.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=25%
G=21.20%
B=53.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79671700.540.6100.33246.9943.4646.47
Hex4F43AA363D021f72b2e
Octal11710325266750413675356
Binary1001111100001110101010110110111101010000111110111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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