#4866F2

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

Shades of Royal Blue #4866F2

Tints of Royal Blue #4866F2

Color information

#4866F2 (or 0x4866F2) is unknown color: approx Royal Blue. HEX triplet: 48, 66 and F2. RGB value is (72,102,242). Sum of RGB (Red+Green+Blue) = 72+102+242=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #4866F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4866F2 is #B7990D. Grayscale: #6C6C6C. Windows color (decimal): -12032270 or 15885896. OLE color: 15885896.

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

Color convert

RGB72102242-
CMYK0.700.5800.05
HSL229.41º86.73%61.57%-
HSV(B)229.41º70.25%94.9%-
XYZ23.4517.2986.11-
YUV108.99203.06101.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.31%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 242 (94.92% from 255) = 58.17%
R=17.31%
G=24.52%
B=58.17%

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
Decimal721022420.700.5800.05229.4186.7361.57
Hex4866F2463A05e5573e
Octal110146362106720534512776
Binary100100011001101111001010001101110100101111001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,102,242); }

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

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

 a { background-color: rgb(72,102,242); }

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

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

 span { border-color: rgb(72,102,242); }

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