#4F48BB

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

Shades of Rich Blue #4F48BB

Tints of Rich Blue #4F48BB

Color information

#4F48BB (or 0x4F48BB) is unknown color: approx Rich Blue. HEX triplet: 4F, 48 and BB. RGB value is (79,72,187). Sum of RGB (Red+Green+Blue) = 79+72+187=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F48BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F48BB is #B0B744. Grayscale: #565656. Windows color (decimal): -11581253 or 12273743. OLE color: 12273743.

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

Color convert

RGB7972187-
CMYK0.580.6100.27
HSL243.65º45.82%50.78%-
HSV(B)243.65º61.5%73.33%-
XYZ14.519.8848.16-
YUV87.2184.32122.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.37%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 187 (73.44% from 255) = 55.33%
R=23.37%
G=21.30%
B=55.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79721870.580.6100.27243.6545.8250.78
Hex4F48BB3A3D01Bf42e33
Octal11711027372750333645663
Binary100111110010001011101111101011110101101111110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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