#4865F7

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

Shades of Royal Blue #4865F7

Tints of Royal Blue #4865F7

Color information

#4865F7 (or 0x4865F7) is unknown color: approx Royal Blue. HEX triplet: 48, 65 and F7. RGB value is (72,101,247). Sum of RGB (Red+Green+Blue) = 72+101+247=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #4865F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4865F7 is #B79A08. Grayscale: #6C6C6C. Windows color (decimal): -12032521 or 16213320. OLE color: 16213320.

HSL color Cylindrical-coordinate representation of color #4865F7: hue angle of 230.06º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4865F7 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB72101247-
CMYK0.710.5900.03
HSL230.06º91.62%62.55%-
HSV(B)230.06º70.85%96.86%-
XYZ24.1117.490.08-
YUV108.97205.89101.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.14%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 247 (96.88% from 255) = 58.81%
R=17.14%
G=24.05%
B=58.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal721012470.710.5900.03230.0691.6262.55
Hex4865F7473B03e65c3f
Octal110145367107730334613477
Binary10010001100101111101111000111111011011111001101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4865F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4865F7; }

 p { color: rgb(72,101,247); }

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

<style>
 a { background-color: #4865F7; }

 a { background-color: rgb(72,101,247); }

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

<style>
 span { border-color: #4865F7; }

 span { border-color: rgb(72,101,247); }

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