#4066FF

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

Shades of Royal Blue #4066FF

Tints of Royal Blue #4066FF

Color information

#4066FF (or 0x4066FF) is unknown color: approx Royal Blue. HEX triplet: 40, 66 and FF. RGB value is (64,102,255). Sum of RGB (Red+Green+Blue) = 64+102+255=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #4066FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4066FF is #BF9900. Grayscale: #6B6B6B. Windows color (decimal): -12556545 or 16737856. OLE color: 16737856.

HSL color Cylindrical-coordinate representation of color #4066FF: hue angle of 228.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4066FF is Cyan = 0.75, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64102255-
CMYK0.750.600
HSL228.06º100%62.55%-
HSV(B)228.06º74.9%100%-
XYZ24.9217.8196.73-
YUV108.08210.9196.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.20%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 255 (100% from 255) = 60.57%
R=15.20%
G=24.23%
B=60.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641022550.750.600228.0610062.55
Hex4066FF4B3C00e4643f
Octal100146377113740034414477
Binary1000000110011011111111100101111110000111001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4066FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4066FF; }

 p { color: rgb(64,102,255); }

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

<style>
 a { background-color: #4066FF; }

 a { background-color: rgb(64,102,255); }

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

<style>
 span { border-color: #4066FF; }

 span { border-color: rgb(64,102,255); }

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