#4968F3

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

Shades of Royal Blue #4968F3

Tints of Royal Blue #4968F3

Color information

#4968F3 (or 0x4968F3) is unknown color: approx Royal Blue. HEX triplet: 49, 68 and F3. RGB value is (73,104,243). Sum of RGB (Red+Green+Blue) = 73+104+243=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #4968F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4968F3 is #B6970C. Grayscale: #6D6D6D. Windows color (decimal): -11966221 or 15951945. OLE color: 15951945.

HSL color Cylindrical-coordinate representation of color #4968F3: hue angle of 229.06º degrees, saturation: 0.88, 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 #4968F3 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73104243-
CMYK0.700.5700.05
HSL229.06º87.63%61.96%-
HSV(B)229.06º69.96%95.29%-
XYZ23.8817.7986.97-
YUV110.58202.73101.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.38%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=17.38%
G=24.76%
B=57.86%

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
Decimal731042430.700.5700.05229.0687.6361.96
Hex4968F3463905e5583e
Octal111150363106710534513076
Binary100100111010001111001110001101110010101111001011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4968F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4968F3; }

 p { color: rgb(73,104,243); }

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

<style>
 a { background-color: #4968F3; }

 a { background-color: rgb(73,104,243); }

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

<style>
 span { border-color: #4968F3; }

 span { border-color: rgb(73,104,243); }

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