#4F53AE

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

Shades of Rich Blue #4F53AE

Tints of Rich Blue #4F53AE

Color information

#4F53AE (or 0x4F53AE) is unknown color: approx Rich Blue. HEX triplet: 4F, 53 and AE. RGB value is (79,83,174). Sum of RGB (Red+Green+Blue) = 79+83+174=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F53AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F53AE is #B0AC51. Grayscale: #5B5B5B. Windows color (decimal): -11578450 or 11424591. OLE color: 11424591.

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

Color convert

RGB7983174-
CMYK0.550.5200.32
HSL237.47º37.55%49.61%-
HSV(B)237.47º54.6%68.24%-
XYZ13.9610.941.41-
YUV92.18174.17118.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=23.51%
G=24.70%
B=51.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79831740.550.5200.32237.4737.5549.61
Hex4F53AE3734020ed2632
Octal11712325667640403554662
Binary1001111101001110101110110111110100010000011101101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F53AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,174); }

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

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

 a { background-color: rgb(79,83,174); }

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

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

 span { border-color: rgb(79,83,174); }

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