#4480DD

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

Shades of Royal Blue #4480DD

Tints of Royal Blue #4480DD

Color information

#4480DD (or 0x4480DD) is unknown color: approx Royal Blue. HEX triplet: 44, 80 and DD. RGB value is (68,128,221). Sum of RGB (Red+Green+Blue) = 68+128+221=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #4480DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4480DD is #BB7F22. Grayscale: #787878. Windows color (decimal): -12287779 or 14516292. OLE color: 14516292.

HSL color Cylindrical-coordinate representation of color #4480DD: hue angle of 216.47º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4480DD is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68128221-
CMYK0.690.4200.13
HSL216.47º69.23%56.67%-
HSV(B)216.47º69.23%86.67%-
XYZ23.1521.8971.41-
YUV120.66184.6290.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.31%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=16.31%
G=30.70%
B=53.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681282210.690.4200.13216.4769.2356.67
Hex4480DD452A0Dd84539
Octal1042003351055201533010571
Binary10001001000000011011101100010110101001101110110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4480DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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