#4567FC

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

Shades of Royal Blue #4567FC

Tints of Royal Blue #4567FC

Color information

#4567FC (or 0x4567FC) is unknown color: approx Royal Blue. HEX triplet: 45, 67 and FC. RGB value is (69,103,252). Sum of RGB (Red+Green+Blue) = 69+103+252=424 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.27% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #4567FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4567FC is #BA9803. Grayscale: #6D6D6D. Windows color (decimal): -12228612 or 16541509. OLE color: 16541509.

HSL color Cylindrical-coordinate representation of color #4567FC: hue angle of 228.85º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4567FC is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB69103252-
CMYK0.730.5900.01
HSL228.85º96.83%62.94%-
HSV(B)228.85º72.62%98.82%-
XYZ24.8817.9994.26-
YUV109.82208.2498.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.27%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 252 (98.83% from 255) = 59.43%
R=16.27%
G=24.29%
B=59.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal691032520.730.5900.01228.8596.8362.94
Hex4567FC493B01e5613f
Octal105147374111730134514177
Binary1000101110011111111100100100111101101111001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4567FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4567FC; }

 p { color: rgb(69,103,252); }

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

<style>
 a { background-color: #4567FC; }

 a { background-color: rgb(69,103,252); }

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

<style>
 span { border-color: #4567FC; }

 span { border-color: rgb(69,103,252); }

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