#4A5FF2

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

Shades of Royal Blue #4A5FF2

Tints of Royal Blue #4A5FF2

Color information

#4A5FF2 (or 0x4A5FF2) is unknown color: approx Royal Blue. HEX triplet: 4A, 5F and F2. RGB value is (74,95,242). Sum of RGB (Red+Green+Blue) = 74+95+242=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 242 (94.92% from 255 or 58.88% from 411); Max value from RGB is 242 - color contains mainly: blue. Hex color #4A5FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5FF2 is #B5A00D. Grayscale: #686868. Windows color (decimal): -11902990 or 15884106. OLE color: 15884106.

HSL color Cylindrical-coordinate representation of color #4A5FF2: hue angle of 232.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A5FF2 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7495242-
CMYK0.690.6100.05
HSL232.5º86.6%61.96%-
HSV(B)232.5º69.42%94.9%-
XYZ22.9416.0585.89-
YUV105.48205.04105.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.00%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 242 (94.92% from 255) = 58.88%
R=18.00%
G=23.11%
B=58.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74952420.690.6100.05232.586.661.96
Hex4A5FF2453D05e8573e
Octal112137362105750535012776
Binary100101010111111111001010001011111010101111010001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,95,242); }

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

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

 a { background-color: rgb(74,95,242); }

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

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

 span { border-color: rgb(74,95,242); }

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