#4A5FD9

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

Shades of Royal Blue #4A5FD9

Tints of Royal Blue #4A5FD9

Color information

#4A5FD9 (or 0x4A5FD9) is unknown color: approx Royal Blue. HEX triplet: 4A, 5F and D9. RGB value is (74,95,217). Sum of RGB (Red+Green+Blue) = 74+95+217=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #4A5FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5FD9 is #B5A026. Grayscale: #666666. Windows color (decimal): -11903015 or 14245706. OLE color: 14245706.

HSL color Cylindrical-coordinate representation of color #4A5FD9: hue angle of 231.19º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A5FD9 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7495217-
CMYK0.660.5600.15
HSL231.19º65.3%57.06%-
HSV(B)231.19º65.9%85.1%-
XYZ19.4414.6567.45-
YUV102.63192.54107.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.17%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 217 (85.16% from 255) = 56.22%
R=19.17%
G=24.61%
B=56.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal74952170.660.5600.15231.1965.357.06
Hex4A5FD942380Fe74139
Octal1121373311027001734710171
Binary1001010101111111011001100001011100001111111001111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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