#4F48B4

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

Shades of Rich Blue #4F48B4

Tints of Rich Blue #4F48B4

Color information

#4F48B4 (or 0x4F48B4) is unknown color: approx Rich Blue. HEX triplet: 4F, 48 and B4. RGB value is (79,72,180). Sum of RGB (Red+Green+Blue) = 79+72+180=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #4F48B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F48B4 is #B0B74B. Grayscale: #555555. Windows color (decimal): -11581260 or 11814991. OLE color: 11814991.

HSL color Cylindrical-coordinate representation of color #4F48B4: hue angle of 243.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F48B4 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7972180-
CMYK0.560.6000.29
HSL243.89º42.86%49.41%-
HSV(B)243.89º60%70.59%-
XYZ13.789.5944.31-
YUV86.4180.82122.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 180 (70.70% from 255) = 54.38%
R=23.87%
G=21.75%
B=54.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal79721800.560.6000.29243.8942.8649.41
Hex4F48B4383C01Df42b31
Octal11711026470740353645361
Binary100111110010001011010011100011110001110111110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F48B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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