#4556DD

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

Shades of Royal Blue #4556DD

Tints of Royal Blue #4556DD

Color information

#4556DD (or 0x4556DD) is unknown color: approx Royal Blue. HEX triplet: 45, 56 and DD. RGB value is (69,86,221). Sum of RGB (Red+Green+Blue) = 69+86+221=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #4556DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4556DD is #BAA922. Grayscale: #5F5F5F. Windows color (decimal): -12232995 or 14505541. OLE color: 14505541.

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

Color convert

RGB6986221-
CMYK0.690.6100.13
HSL233.29º69.09%56.86%-
HSV(B)233.29º68.78%86.67%-
XYZ18.8313.1469.95-
YUV96.31198.37108.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.35%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 221 (86.72% from 255) = 58.78%
R=18.35%
G=22.87%
B=58.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69862210.690.6100.13233.2969.0956.86
Hex4556DD453D0De94539
Octal1051263351057501535110571
Binary1000101101011011011101100010111110101101111010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4556DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,86,221); }

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

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

 a { background-color: rgb(69,86,221); }

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

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

 span { border-color: rgb(69,86,221); }

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