#4f52ad

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

Shades of Rich Blue #4F52AD

Tints of Rich Blue #4F52AD

Color information

#4F52AD (or 0x4F52AD) is unknown color: approx Rich Blue. HEX triplet: 4F, 52 and AD. RGB value is (79,82,173). Sum of RGB (Red+Green+Blue) = 79+82+173=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F52AD is #B0AD52. Grayscale: #5B5B5B. Windows color (decimal): -11578707 or 11358799. OLE color: 11358799.

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

Color convert

RGB7982173-
CMYK0.540.5300.32
HSL238.09º37.3%49.41%-
HSV(B)238.09º54.34%67.84%-
XYZ13.7810.7140.88-
YUV91.48174.01119.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.65%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=23.65%
G=24.55%
B=51.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79821730.540.5300.32238.0937.349.41
Hex4F52AD3635020ee2531
Octal11712225566650403564561
Binary1001111101001010101101110110110101010000011101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f52ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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