#4561DE

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

Shades of Royal Blue #4561DE

Tints of Royal Blue #4561DE

Color information

#4561DE (or 0x4561DE) is unknown color: approx Royal Blue. HEX triplet: 45, 61 and DE. RGB value is (69,97,222). Sum of RGB (Red+Green+Blue) = 69+97+222=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #4561DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4561DE is #BA9E21. Grayscale: #666666. Windows color (decimal): -12230178 or 14573893. OLE color: 14573893.

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

Color convert

RGB6997222-
CMYK0.690.5600.13
HSL229.02º69.86%57.06%-
HSV(B)229.02º68.92%87.06%-
XYZ19.9115.0970.97-
YUV102.88195.22103.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.78%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 222 (87.11% from 255) = 57.22%
R=17.78%
G=25%
B=57.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69972220.690.5600.13229.0269.8657.06
Hex4561DE45380De54639
Octal1051413361057001534510671
Binary1000101110000111011110100010111100001101111001011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4561DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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