#4563DE

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

Shades of Royal Blue #4563DE

Tints of Royal Blue #4563DE

Color information

#4563DE (or 0x4563DE) is unknown color: approx Royal Blue. HEX triplet: 45, 63 and DE. RGB value is (69,99,222). Sum of RGB (Red+Green+Blue) = 69+99+222=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #4563DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4563DE is #BA9C21. Grayscale: #676767. Windows color (decimal): -12229666 or 14574405. OLE color: 14574405.

HSL color Cylindrical-coordinate representation of color #4563DE: hue angle of 228.24º degrees, saturation: 0.7, 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 #4563DE is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6999222-
CMYK0.690.5500.13
HSL228.24º69.86%57.06%-
HSV(B)228.24º68.92%87.06%-
XYZ20.115.4671.03-
YUV104.05194.56103-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.69%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 222 (87.11% from 255) = 56.92%
R=17.69%
G=25.38%
B=56.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69992220.690.5500.13228.2469.8657.06
Hex4563DE45370De44639
Octal1051433361056701534410671
Binary1000101110001111011110100010111011101101111001001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4563DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4563DE; }

 p { color: rgb(69,99,222); }

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

<style>
 a { background-color: #4563DE; }

 a { background-color: rgb(69,99,222); }

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

<style>
 span { border-color: #4563DE; }

 span { border-color: rgb(69,99,222); }

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