#4F52AA

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

Shades of Rich Blue #4F52AA

Tints of Rich Blue #4F52AA

Color information

#4F52AA (or 0x4F52AA) is unknown color: approx Rich Blue. HEX triplet: 4F, 52 and AA. RGB value is (79,82,170). Sum of RGB (Red+Green+Blue) = 79+82+170=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F52AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F52AA is #B0AD55. Grayscale: #5A5A5A. Windows color (decimal): -11578710 or 11162191. OLE color: 11162191.

HSL color Cylindrical-coordinate representation of color #4F52AA: hue angle of 238.02º 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 #4F52AA is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7982170-
CMYK0.540.5200.33
HSL238.02º36.55%48.82%-
HSV(B)238.02º53.53%66.67%-
XYZ13.510.639.36-
YUV91.14172.51119.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=23.87%
G=24.77%
B=51.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79821700.540.5200.33238.0236.5548.82
Hex4F52AA3634021ee2531
Octal11712225266640413564561
Binary1001111101001010101010110110110100010000111101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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