#4F43B3

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

Shades of Rich Blue #4F43B3

Tints of Rich Blue #4F43B3

Color information

#4F43B3 (or 0x4F43B3) is unknown color: approx Rich Blue. HEX triplet: 4F, 43 and B3. RGB value is (79,67,179). Sum of RGB (Red+Green+Blue) = 79+67+179=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F43B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F43B3 is #B0BC4C. Grayscale: #525252. Windows color (decimal): -11582541 or 11748175. OLE color: 11748175.

HSL color Cylindrical-coordinate representation of color #4F43B3: hue angle of 246.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F43B3 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7967179-
CMYK0.560.6300.30
HSL246.43º45.53%48.24%-
HSV(B)246.43º62.57%70.2%-
XYZ13.378.9343.67-
YUV83.36181.98124.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 179 (70.31% from 255) = 55.08%
R=24.31%
G=20.62%
B=55.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal79671790.560.6300.30246.4345.5348.24
Hex4F43B3383F01Ef62e30
Octal11710326370770363665660
Binary100111110000111011001111100011111101111011110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F43B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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