#4F58AC

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

Shades of Rich Blue #4F58AC

Tints of Rich Blue #4F58AC

Color information

#4F58AC (or 0x4F58AC) is unknown color: approx Rich Blue. HEX triplet: 4F, 58 and AC. RGB value is (79,88,172). Sum of RGB (Red+Green+Blue) = 79+88+172=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F58AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F58AC is #B0A753. Grayscale: #5E5E5E. Windows color (decimal): -11577172 or 11294799. OLE color: 11294799.

HSL color Cylindrical-coordinate representation of color #4F58AC: hue angle of 234.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F58AC is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7988172-
CMYK0.540.4900.33
HSL234.19º37.05%49.22%-
HSV(B)234.19º54.07%67.45%-
XYZ14.1611.6240.53-
YUV94.88171.52116.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.30%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 172 (67.58% from 255) = 50.74%
R=23.30%
G=25.96%
B=50.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79881720.540.4900.33234.1937.0549.22
Hex4F58AC3631021ea2531
Octal11713025466610413524561
Binary1001111101100010101100110110110001010000111101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F58AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,88,172); }

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

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

 a { background-color: rgb(79,88,172); }

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

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

 span { border-color: rgb(79,88,172); }

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