#4564F6

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

Shades of Royal Blue #4564F6

Tints of Royal Blue #4564F6

Color information

#4564F6 (or 0x4564F6) is unknown color: approx Royal Blue. HEX triplet: 45, 64 and F6. RGB value is (69,100,246). Sum of RGB (Red+Green+Blue) = 69+100+246=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 246 (96.48% from 255 or 59.28% from 415); Max value from RGB is 246 - color contains mainly: blue. Hex color #4564F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4564F6 is #BA9B09. Grayscale: #6A6A6A. Windows color (decimal): -12229386 or 16147525. OLE color: 16147525.

HSL color Cylindrical-coordinate representation of color #4564F6: hue angle of 229.49º 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 #4564F6 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB69100246-
CMYK0.720.5900.04
HSL229.49º90.77%61.76%-
HSV(B)229.49º71.95%96.47%-
XYZ23.6517.0389.23-
YUV107.37206.23100.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.63%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 246 (96.48% from 255) = 59.28%
R=16.63%
G=24.10%
B=59.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal691002460.720.5900.04229.4990.7761.76
Hex4564F6483B04e55b3e
Octal105144366110730434513376
Binary100010111001001111011010010001110110100111001011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4564F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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