#4F48BA

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

Shades of Rich Blue #4F48BA

Tints of Rich Blue #4F48BA

Color information

#4F48BA (or 0x4F48BA) is unknown color: approx Rich Blue. HEX triplet: 4F, 48 and BA. RGB value is (79,72,186). Sum of RGB (Red+Green+Blue) = 79+72+186=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F48BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F48BA is #B0B745. Grayscale: #565656. Windows color (decimal): -11581254 or 12208207. OLE color: 12208207.

HSL color Cylindrical-coordinate representation of color #4F48BA: hue angle of 243.68º degrees, saturation: 0.45, 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 #4F48BA is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7972186-
CMYK0.580.6100.27
HSL243.68º45.24%50.59%-
HSV(B)243.68º61.29%72.94%-
XYZ14.49.8447.59-
YUV87.09183.82122.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=23.44%
G=21.36%
B=55.19%

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
Decimal79721860.580.6100.27243.6845.2450.59
Hex4F48BA3A3D01Bf42d33
Octal11711027272750333645563
Binary100111110010001011101011101011110101101111110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F48BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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