#4F43BB

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

Shades of Rich Blue #4F43BB

Tints of Rich Blue #4F43BB

Color information

#4F43BB (or 0x4F43BB) is unknown color: approx Rich Blue. HEX triplet: 4F, 43 and BB. RGB value is (79,67,187). Sum of RGB (Red+Green+Blue) = 79+67+187=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F43BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F43BB is #B0BC44. Grayscale: #535353. Windows color (decimal): -11582533 or 12272463. OLE color: 12272463.

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

Color convert

RGB7967187-
CMYK0.580.6400.27
HSL246º47.24%49.8%-
HSV(B)246º64.17%73.33%-
XYZ14.29.2648.05-
YUV84.27185.98124.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.72%
GREEN value IS 67 (26.56% from 255) = 20.12%
BLUE value IS 187 (73.44% from 255) = 56.16%
R=23.72%
G=20.12%
B=56.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79671870.580.6400.2724647.2449.8
Hex4F43BB3A4001Bf62f32
Octal117103273721000333665762
Binary1001111100001110111011111010100000001101111110110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F43BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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