#4866ED

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

Shades of Royal Blue #4866ED

Tints of Royal Blue #4866ED

Color information

#4866ED (or 0x4866ED) is unknown color: approx Royal Blue. HEX triplet: 48, 66 and ED. RGB value is (72,102,237). Sum of RGB (Red+Green+Blue) = 72+102+237=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #4866ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4866ED is #B79912. Grayscale: #6B6B6B. Windows color (decimal): -12032275 or 15558216. OLE color: 15558216.

HSL color Cylindrical-coordinate representation of color #4866ED: hue angle of 229.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4866ED is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB72102237-
CMYK0.700.5700.07
HSL229.09º82.09%60.59%-
HSV(B)229.09º69.62%92.94%-
XYZ22.7116.9982.2-
YUV108.42200.56102.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 237 (92.97% from 255) = 57.66%
R=17.52%
G=24.82%
B=57.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal721022370.700.5700.07229.0982.0960.59
Hex4866ED463907e5523d
Octal110146355106710734512275
Binary100100011001101110110110001101110010111111001011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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