#4965F3

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

Shades of Royal Blue #4965F3

Tints of Royal Blue #4965F3

Color information

#4965F3 (or 0x4965F3) is unknown color: approx Royal Blue. HEX triplet: 49, 65 and F3. RGB value is (73,101,243). Sum of RGB (Red+Green+Blue) = 73+101+243=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #4965F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4965F3 is #B69A0C. Grayscale: #6C6C6C. Windows color (decimal): -11966989 or 15951177. OLE color: 15951177.

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

Color convert

RGB73101243-
CMYK0.700.5800.05
HSL230.12º87.63%61.96%-
HSV(B)230.12º69.96%95.29%-
XYZ23.5817.1986.87-
YUV108.82203.72102.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 243 (95.31% from 255) = 58.27%
R=17.51%
G=24.22%
B=58.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal731012430.700.5800.05230.1287.6361.96
Hex4965F3463A05e6583e
Octal111145363106720534613076
Binary100100111001011111001110001101110100101111001101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4965F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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