#4F4DBA

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

Shades of Rich Blue #4F4DBA

Tints of Rich Blue #4F4DBA

Color information

#4F4DBA (or 0x4F4DBA) is unknown color: approx Rich Blue. HEX triplet: 4F, 4D and BA. RGB value is (79,77,186). Sum of RGB (Red+Green+Blue) = 79+77+186=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4DBA is #B0B245. Grayscale: #595959. Windows color (decimal): -11579974 or 12209487. OLE color: 12209487.

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

Color convert

RGB7977186-
CMYK0.580.5900.27
HSL241.1º44.13%51.57%-
HSV(B)241.1º58.6%72.94%-
XYZ14.7410.5247.71-
YUV90.02182.16120.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=23.10%
G=22.51%
B=54.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79771860.580.5900.27241.144.1351.57
Hex4F4DBA3A3B01Bf12c34
Octal11711527272730333615464
Binary100111110011011011101011101011101101101111110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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