#4866FB

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

Shades of Royal Blue #4866FB

Tints of Royal Blue #4866FB

Color information

#4866FB (or 0x4866FB) is unknown color: approx Royal Blue. HEX triplet: 48, 66 and FB. RGB value is (72,102,251). Sum of RGB (Red+Green+Blue) = 72+102+251=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #4866FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4866FB is #B79904. Grayscale: #6D6D6D. Windows color (decimal): -12032261 or 16475720. OLE color: 16475720.

HSL color Cylindrical-coordinate representation of color #4866FB: hue angle of 229.94º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4866FB is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB72102251-
CMYK0.710.5900.02
HSL229.94º95.72%63.33%-
HSV(B)229.94º71.31%98.43%-
XYZ24.8417.8593.4-
YUV110.02207.56100.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 251 (98.44% from 255) = 59.06%
R=16.94%
G=24%
B=59.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal721022510.710.5900.02229.9495.7263.33
Hex4866FB473B02e6603f
Octal110146373107730234614077
Binary10010001100110111110111000111111011010111001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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