#4F4BB9

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

Shades of Rich Blue #4F4BB9

Tints of Rich Blue #4F4BB9

Color information

#4F4BB9 (or 0x4F4BB9) is unknown color: approx Rich Blue. HEX triplet: 4F, 4B and B9. RGB value is (79,75,185). Sum of RGB (Red+Green+Blue) = 79+75+185=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #4F4BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4BB9 is #B0B446. Grayscale: #585858. Windows color (decimal): -11580487 or 12143439. OLE color: 12143439.

HSL color Cylindrical-coordinate representation of color #4F4BB9: hue angle of 242.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F4BB9 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7975185-
CMYK0.570.5900.27
HSL242.18º44%50.98%-
HSV(B)242.18º59.46%72.55%-
XYZ14.510.247.1-
YUV88.74182.33121.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.30%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 185 (72.66% from 255) = 54.57%
R=23.30%
G=22.12%
B=54.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79751850.570.5900.27242.184450.98
Hex4F4BB9393B01Bf22c33
Octal11711327171730333625463
Binary100111110010111011100111100111101101101111110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,75,185); }

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

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

 a { background-color: rgb(79,75,185); }

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

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

 span { border-color: rgb(79,75,185); }

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