#4466DD

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

Shades of Royal Blue #4466DD

Tints of Royal Blue #4466DD

Color information

#4466DD (or 0x4466DD) is unknown color: approx Royal Blue. HEX triplet: 44, 66 and DD. RGB value is (68,102,221). Sum of RGB (Red+Green+Blue) = 68+102+221=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #4466DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4466DD is #BB9922. Grayscale: #686868. Windows color (decimal): -12294435 or 14509636. OLE color: 14509636.

HSL color Cylindrical-coordinate representation of color #4466DD: hue angle of 226.67º 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 #4466DD is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68102221-
CMYK0.690.5400.13
HSL226.67º69.23%56.67%-
HSV(B)226.67º69.23%86.67%-
XYZ20.1915.9570.42-
YUV105.4193.24101.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.39%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=17.39%
G=26.09%
B=56.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681022210.690.5400.13226.6769.2356.67
Hex4466DD45360De34539
Octal1041463351056601534310571
Binary1000100110011011011101100010111011001101111000111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4466DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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