#4865E1

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

Shades of Royal Blue #4865E1

Tints of Royal Blue #4865E1

Color information

#4865E1 (or 0x4865E1) is unknown color: approx Royal Blue. HEX triplet: 48, 65 and E1. RGB value is (72,101,225). Sum of RGB (Red+Green+Blue) = 72+101+225=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #4865E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865E1 is #B79A1E. Grayscale: #696969. Windows color (decimal): -12032543 or 14771528. OLE color: 14771528.

HSL color Cylindrical-coordinate representation of color #4865E1: hue angle of 228.63º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4865E1 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72101225-
CMYK0.680.5500.12
HSL228.63º71.83%58.24%-
HSV(B)228.63º68%88.24%-
XYZ20.9216.1273.24-
YUV106.46194.89103.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 225 (88.28% from 255) = 56.53%
R=18.09%
G=25.38%
B=56.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal721012250.680.5500.12228.6371.8358.24
Hex4865E144370Ce5483a
Octal1101453411046701434511072
Binary1001000110010111100001100010011011101100111001011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4865E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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