#4F4BBA

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

Shades of Rich Blue #4F4BBA

Tints of Rich Blue #4F4BBA

Color information

#4F4BBA (or 0x4F4BBA) is unknown color: approx Rich Blue. HEX triplet: 4F, 4B and BA. RGB value is (79,75,186). Sum of RGB (Red+Green+Blue) = 79+75+186=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4BBA is #B0B445. Grayscale: #585858. Windows color (decimal): -11580486 or 12208975. OLE color: 12208975.

HSL color Cylindrical-coordinate representation of color #4F4BBA: hue angle of 242.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F4BBA is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7975186-
CMYK0.580.6000.27
HSL242.16º44.58%51.18%-
HSV(B)242.16º59.68%72.94%-
XYZ14.610.2447.66-
YUV88.85182.83120.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.24%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=23.24%
G=22.06%
B=54.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79751860.580.6000.27242.1644.5851.18
Hex4F4BBA3A3C01Bf22d33
Octal11711327272740333625563
Binary100111110010111011101011101011110001101111110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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