#4063EA

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

Shades of Royal Blue #4063EA

Tints of Royal Blue #4063EA

Color information

#4063EA (or 0x4063EA) is unknown color: approx Royal Blue. HEX triplet: 40, 63 and EA. RGB value is (64,99,234). Sum of RGB (Red+Green+Blue) = 64+99+234=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #4063EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4063EA is #BF9C15. Grayscale: #676767. Windows color (decimal): -12557334 or 15360832. OLE color: 15360832.

HSL color Cylindrical-coordinate representation of color #4063EA: hue angle of 227.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4063EA is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6499234-
CMYK0.730.5800.08
HSL227.65º80.19%58.43%-
HSV(B)227.65º72.65%91.76%-
XYZ21.4315.9579.79-
YUV103.92201.499.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.12%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 234 (91.80% from 255) = 58.94%
R=16.12%
G=24.94%
B=58.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal64992340.730.5800.08227.6580.1958.43
Hex4063EA493A08e4503a
Octal1001433521117201034412072
Binary1000000110001111101010100100111101001000111001001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4063EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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