#4063F3

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

Shades of Royal Blue #4063F3

Tints of Royal Blue #4063F3

Color information

#4063F3 (or 0x4063F3) is unknown color: approx Royal Blue. HEX triplet: 40, 63 and F3. RGB value is (64,99,243). Sum of RGB (Red+Green+Blue) = 64+99+243=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #4063F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4063F3 is #BF9C0C. Grayscale: #686868. Windows color (decimal): -12557325 or 15950656. OLE color: 15950656.

HSL color Cylindrical-coordinate representation of color #4063F3: hue angle of 228.27º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4063F3 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6499243-
CMYK0.740.5900.05
HSL228.27º88.18%60.2%-
HSV(B)228.27º73.66%95.29%-
XYZ22.7516.4886.78-
YUV104.95205.998.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.76%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 243 (95.31% from 255) = 59.85%
R=15.76%
G=24.38%
B=59.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal64992430.740.5900.05228.2788.1860.2
Hex4063F34A3B05e4583c
Octal100143363112730534413074
Binary100000011000111111001110010101110110101111001001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4063F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4063F3; }

 p { color: rgb(64,99,243); }

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

<style>
 a { background-color: #4063F3; }

 a { background-color: rgb(64,99,243); }

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

<style>
 span { border-color: #4063F3; }

 span { border-color: rgb(64,99,243); }

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