#4063DB

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

Shades of Royal Blue #4063DB

Tints of Royal Blue #4063DB

Color information

#4063DB (or 0x4063DB) is unknown color: approx Royal Blue. HEX triplet: 40, 63 and DB. RGB value is (64,99,219). Sum of RGB (Red+Green+Blue) = 64+99+219=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #4063DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4063DB is #BF9C24. Grayscale: #656565. Windows color (decimal): -12557349 or 14377792. OLE color: 14377792.

HSL color Cylindrical-coordinate representation of color #4063DB: hue angle of 226.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4063DB is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6499219-
CMYK0.710.5500.14
HSL226.45º68.28%55.49%-
HSV(B)226.45º70.78%85.88%-
XYZ19.3615.1368.92-
YUV102.22193.9100.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.75%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 219 (85.94% from 255) = 57.33%
R=16.75%
G=25.92%
B=57.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64992190.710.5500.14226.4568.2855.49
Hex4063DB47370Ee24437
Octal1001433331076701634210467
Binary1000000110001111011011100011111011101110111000101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4063DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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