#4A6AFD

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

Shades of Royal Blue #4A6AFD

Tints of Royal Blue #4A6AFD

Color information

#4A6AFD (or 0x4A6AFD) is unknown color: approx Royal Blue. HEX triplet: 4A, 6A and FD. RGB value is (74,106,253). Sum of RGB (Red+Green+Blue) = 74+106+253=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A6AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6AFD is #B59502. Grayscale: #707070. Windows color (decimal): -11900163 or 16607818. OLE color: 16607818.

HSL color Cylindrical-coordinate representation of color #4A6AFD: hue angle of 229.27º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A6AFD is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB74106253-
CMYK0.710.5800.01
HSL229.27º97.81%64.12%-
HSV(B)229.27º70.75%99.22%-
XYZ25.7118.8695.21-
YUV113.19206.9100.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.09%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 253 (99.22% from 255) = 58.43%
R=17.09%
G=24.48%
B=58.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal741062530.710.5800.01229.2797.8164.12
Hex4A6AFD473A01e56240
Octal1121523751077201345142100
Binary10010101101010111111011000111111010011110010111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,106,253); }

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

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

 a { background-color: rgb(74,106,253); }

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

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

 span { border-color: rgb(74,106,253); }

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