#4561F6

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

Shades of Royal Blue #4561F6

Tints of Royal Blue #4561F6

Color information

#4561F6 (or 0x4561F6) is unknown color: approx Royal Blue. HEX triplet: 45, 61 and F6. RGB value is (69,97,246). Sum of RGB (Red+Green+Blue) = 69+97+246=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #4561F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4561F6 is #BA9E09. Grayscale: #686868. Windows color (decimal): -12230154 or 16146757. OLE color: 16146757.

HSL color Cylindrical-coordinate representation of color #4561F6: hue angle of 230.51º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4561F6 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6997246-
CMYK0.720.6100.04
HSL230.51º90.77%61.76%-
HSV(B)230.51º71.95%96.47%-
XYZ23.3616.4789.14-
YUV105.61207.22101.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.75%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 246 (96.48% from 255) = 59.71%
R=16.75%
G=23.54%
B=59.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal69972460.720.6100.04230.5190.7761.76
Hex4561F6483D04e75b3e
Octal105141366110750434713376
Binary100010111000011111011010010001111010100111001111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4561F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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