#4F43BE

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

Shades of Rich Blue #4F43BE

Tints of Rich Blue #4F43BE

Color information

#4F43BE (or 0x4F43BE) is unknown color: approx Rich Blue. HEX triplet: 4F, 43 and BE. RGB value is (79,67,190). Sum of RGB (Red+Green+Blue) = 79+67+190=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F43BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F43BE is #B0BC41. Grayscale: #545454. Windows color (decimal): -11582530 or 12469071. OLE color: 12469071.

HSL color Cylindrical-coordinate representation of color #4F43BE: hue angle of 245.85º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F43BE is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7967190-
CMYK0.580.6500.25
HSL245.85º48.62%50.39%-
HSV(B)245.85º64.74%74.51%-
XYZ14.539.3949.76-
YUV84.61187.48124-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=23.51%
G=19.94%
B=56.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79671900.580.6500.25245.8548.6250.39
Hex4F43BE3A41019f63132
Octal117103276721010313666162
Binary1001111100001110111110111010100000101100111110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F43BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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