#4560DD

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

Shades of Royal Blue #4560DD

Tints of Royal Blue #4560DD

Color information

#4560DD (or 0x4560DD) is unknown color: approx Royal Blue. HEX triplet: 45, 60 and DD. RGB value is (69,96,221). Sum of RGB (Red+Green+Blue) = 69+96+221=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #4560DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4560DD is #BA9F22. Grayscale: #656565. Windows color (decimal): -12230435 or 14508101. OLE color: 14508101.

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

Color convert

RGB6996221-
CMYK0.690.5700.13
HSL229.34º69.09%56.86%-
HSV(B)229.34º68.78%86.67%-
XYZ19.6914.8570.24-
YUV102.18195.05104.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.88%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 221 (86.72% from 255) = 57.25%
R=17.88%
G=24.87%
B=57.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69962210.690.5700.13229.3469.0956.86
Hex4560DD45390De54539
Octal1051403351057101534510571
Binary1000101110000011011101100010111100101101111001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4560DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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