#4064D1

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

Shades of Royal Blue #4064D1

Tints of Royal Blue #4064D1

Color information

#4064D1 (or 0x4064D1) is unknown color: approx Royal Blue. HEX triplet: 40, 64 and D1. RGB value is (64,100,209). Sum of RGB (Red+Green+Blue) = 64+100+209=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #4064D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064D1 is #BF9B2E. Grayscale: #656565. Windows color (decimal): -12557103 or 13722688. OLE color: 13722688.

HSL color Cylindrical-coordinate representation of color #4064D1: hue angle of 225.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4064D1 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64100209-
CMYK0.690.5200.18
HSL225.1º61.18%53.53%-
HSV(B)225.1º69.38%81.96%-
XYZ18.1814.8162.22-
YUV101.66188.57101.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.16%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 209 (82.03% from 255) = 56.03%
R=17.16%
G=26.81%
B=56.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641002090.690.5200.18225.161.1853.53
Hex4064D14534012e13d36
Octal100144321105640223417566
Binary1000000110010011010001100010111010001001011100001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4064D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4064D1; }

 p { color: rgb(64,100,209); }

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

<style>
 a { background-color: #4064D1; }

 a { background-color: rgb(64,100,209); }

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

<style>
 span { border-color: #4064D1; }

 span { border-color: rgb(64,100,209); }

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