#4F51AB

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

Shades of Rich Blue #4F51AB

Tints of Rich Blue #4F51AB

Color information

#4F51AB (or 0x4F51AB) is unknown color: approx Rich Blue. HEX triplet: 4F, 51 and AB. RGB value is (79,81,171). Sum of RGB (Red+Green+Blue) = 79+81+171=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F51AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F51AB is #B0AE54. Grayscale: #5A5A5A. Windows color (decimal): -11578965 or 11227471. OLE color: 11227471.

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

Color convert

RGB7981171-
CMYK0.540.5300.33
HSL238.7º36.8%49.02%-
HSV(B)238.7º53.8%67.06%-
XYZ13.5210.4939.84-
YUV90.66173.34119.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=23.87%
G=24.47%
B=51.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79811710.540.5300.33238.736.849.02
Hex4F51AB3635021ef2531
Octal11712125366650413574561
Binary1001111101000110101011110110110101010000111101111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F51AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,81,171); }

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

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

 a { background-color: rgb(79,81,171); }

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

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

 span { border-color: rgb(79,81,171); }

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