#4F3EB3

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

Shades of Rich Blue #4F3EB3

Tints of Rich Blue #4F3EB3

Color information

#4F3EB3 (or 0x4F3EB3) is unknown color: approx Rich Blue. HEX triplet: 4F, 3E and B3. RGB value is (79,62,179). Sum of RGB (Red+Green+Blue) = 79+62+179=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F3EB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3EB3 is #B0C14C. Grayscale: #4F4F4F. Windows color (decimal): -11583821 or 11746895. OLE color: 11746895.

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

Color convert

RGB7962179-
CMYK0.560.6500.30
HSL248.72º48.55%47.25%-
HSV(B)248.72º65.36%70.2%-
XYZ13.088.3643.57-
YUV80.42183.63126.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.69%
GREEN value IS 62 (24.61% from 255) = 19.38%
BLUE value IS 179 (70.31% from 255) = 55.94%
R=24.69%
G=19.38%
B=55.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal79621790.560.6500.30248.7248.5547.25
Hex4F3EB3384101Ef9312f
Octal11776263701010363716157
Binary100111111111010110011111000100000101111011111001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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