#4f3fbb

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

Shades of Rich Blue #4F3FBB

Tints of Rich Blue #4F3FBB

Color information

#4F3FBB (or 0x4F3FBB) is unknown color: approx Rich Blue. HEX triplet: 4F, 3F and BB. RGB value is (79,63,187). Sum of RGB (Red+Green+Blue) = 79+63+187=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F3FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3FBB is #B0C044. Grayscale: #515151. Windows color (decimal): -11583557 or 12271439. OLE color: 12271439.

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

Color convert

RGB7963187-
CMYK0.580.6600.27
HSL247.74º49.6%49.02%-
HSV(B)247.74º66.31%73.33%-
XYZ13.978.8147.98-
YUV81.92187.3125.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 187 (73.44% from 255) = 56.84%
R=24.01%
G=19.15%
B=56.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79631870.580.6600.27247.7449.649.02
Hex4F3FBB3A4201Bf83231
Octal11777273721020333706261
Binary100111111111110111011111010100001001101111111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f3fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,63,187); }

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

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

 a { background-color: rgb(79,63,187); }

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

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

 span { border-color: rgb(79,63,187); }

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