#4F40AB

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

Shades of Rich Blue #4F40AB

Tints of Rich Blue #4F40AB

Color information

#4F40AB (or 0x4F40AB) is unknown color: approx Rich Blue. HEX triplet: 4F, 40 and AB. RGB value is (79,64,171). Sum of RGB (Red+Green+Blue) = 79+64+171=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F40AB is #B0BF54. Grayscale: #505050. Windows color (decimal): -11583317 or 11223119. OLE color: 11223119.

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

Color convert

RGB7964171-
CMYK0.540.6300.33
HSL248.41º45.53%46.08%-
HSV(B)248.41º62.57%67.06%-
XYZ12.418.2739.47-
YUV80.68178.97126.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 171 (67.19% from 255) = 54.46%
R=25.16%
G=20.38%
B=54.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79641710.540.6300.33248.4145.5346.08
Hex4F40AB363F021f82e2e
Octal11710025366770413705656
Binary1001111100000010101011110110111111010000111111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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