#4565DC

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

Shades of Royal Blue #4565DC

Tints of Royal Blue #4565DC

Color information

#4565DC (or 0x4565DC) is unknown color: approx Royal Blue. HEX triplet: 45, 65 and DC. RGB value is (69,101,220). Sum of RGB (Red+Green+Blue) = 69+101+220=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #4565DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4565DC is #BA9A23. Grayscale: #686868. Windows color (decimal): -12229156 or 14443845. OLE color: 14443845.

HSL color Cylindrical-coordinate representation of color #4565DC: hue angle of 227.28º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4565DC is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69101220-
CMYK0.690.5400.14
HSL227.28º68.33%56.67%-
HSV(B)227.28º68.64%86.27%-
XYZ20.0315.7469.69-
YUV105192.9102.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.69%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 220 (86.33% from 255) = 56.41%
R=17.69%
G=25.90%
B=56.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal691012200.690.5400.14227.2868.3356.67
Hex4565DC45360Ee34439
Octal1051453341056601634310471
Binary1000101110010111011100100010111011001110111000111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4565DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4565DC; }

 p { color: rgb(69,101,220); }

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

<style>
 a { background-color: #4565DC; }

 a { background-color: rgb(69,101,220); }

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

<style>
 span { border-color: #4565DC; }

 span { border-color: rgb(69,101,220); }

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