#4969F2

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

Shades of Royal Blue #4969F2

Tints of Royal Blue #4969F2

Color information

#4969F2 (or 0x4969F2) is unknown color: approx Royal Blue. HEX triplet: 49, 69 and F2. RGB value is (73,105,242). Sum of RGB (Red+Green+Blue) = 73+105+242=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #4969F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4969F2 is #B6960D. Grayscale: #6E6E6E. Windows color (decimal): -11965966 or 15886665. OLE color: 15886665.

HSL color Cylindrical-coordinate representation of color #4969F2: hue angle of 228.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4969F2 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73105242-
CMYK0.700.5700.05
HSL228.64º86.67%61.76%-
HSV(B)228.64º69.83%94.9%-
XYZ23.8317.9386.21-
YUV111.05201.9100.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.38%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 242 (94.92% from 255) = 57.62%
R=17.38%
G=25%
B=57.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal731052420.700.5700.05228.6486.6761.76
Hex4969F2463905e5573e
Octal111151362106710534512776
Binary100100111010011111001010001101110010101111001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4969F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4969F2; }

 p { color: rgb(73,105,242); }

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

<style>
 a { background-color: #4969F2; }

 a { background-color: rgb(73,105,242); }

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

<style>
 span { border-color: #4969F2; }

 span { border-color: rgb(73,105,242); }

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