#4480FA

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

Shades of Royal Blue #4480FA

Tints of Royal Blue #4480FA

Color information

#4480FA (or 0x4480FA) is unknown color: approx Royal Blue. HEX triplet: 44, 80 and FA. RGB value is (68,128,250). Sum of RGB (Red+Green+Blue) = 68+128+250=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #4480FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4480FA is #BB7F05. Grayscale: #7B7B7B. Windows color (decimal): -12287750 or 16416836. OLE color: 16416836.

HSL color Cylindrical-coordinate representation of color #4480FA: hue angle of 220.22º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4480FA is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB68128250-
CMYK0.730.4900.02
HSL220.22º94.79%62.35%-
HSV(B)220.22º72.8%98.04%-
XYZ27.3623.5793.55-
YUV123.97199.1288.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.25%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 250 (98.05% from 255) = 56.05%
R=15.25%
G=28.70%
B=56.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal681282500.730.4900.02220.2294.7962.35
Hex4480FA493102dc5f3e
Octal104200372111610233413776
Binary100010010000000111110101001001110001010110111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4480FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4480FA; }

 p { color: rgb(68,128,250); }

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

<style>
 a { background-color: #4480FA; }

 a { background-color: rgb(68,128,250); }

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

<style>
 span { border-color: #4480FA; }

 span { border-color: rgb(68,128,250); }

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