#4F52AF

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

Shades of Rich Blue #4F52AF

Tints of Rich Blue #4F52AF

Color information

#4F52AF (or 0x4F52AF) is unknown color: approx Rich Blue. HEX triplet: 4F, 52 and AF. RGB value is (79,82,175). Sum of RGB (Red+Green+Blue) = 79+82+175=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F52AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F52AF is #B0AD50. Grayscale: #5B5B5B. Windows color (decimal): -11578705 or 11489871. OLE color: 11489871.

HSL color Cylindrical-coordinate representation of color #4F52AF: hue angle of 238.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F52AF is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7982175-
CMYK0.550.5300.31
HSL238.12º37.8%49.8%-
HSV(B)238.12º54.86%68.63%-
XYZ13.9810.7941.9-
YUV91.7175.01118.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 175 (68.75% from 255) = 52.08%
R=23.51%
G=24.40%
B=52.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79821750.550.5300.31238.1237.849.8
Hex4F52AF373501Fee2632
Octal11712225767650373564662
Binary100111110100101010111111011111010101111111101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F52AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,82,175); }

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

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

 a { background-color: rgb(79,82,175); }

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

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

 span { border-color: rgb(79,82,175); }

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