#4076e1

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

Shades of Royal Blue #4076E1

Tints of Royal Blue #4076E1

Color information

#4076E1 (or 0x4076E1) is unknown color: approx Royal Blue. HEX triplet: 40, 76 and E1. RGB value is (64,118,225). Sum of RGB (Red+Green+Blue) = 64+118+225=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #4076E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4076E1 is #BF891E. Grayscale: #717171. Windows color (decimal): -12552479 or 14775872. OLE color: 14775872.

HSL color Cylindrical-coordinate representation of color #4076E1: hue angle of 219.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4076E1 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB64118225-
CMYK0.720.4800.12
HSL219.88º72.85%56.67%-
HSV(B)219.88º71.56%88.24%-
XYZ22.1819.4873.83-
YUV114.05190.6192.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.72%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 225 (88.28% from 255) = 55.28%
R=15.72%
G=28.99%
B=55.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal641182250.720.4800.12219.8872.8556.67
Hex4076E148300Cdc4939
Octal1001663411106001433411171
Binary1000000111011011100001100100011000001100110111001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4076e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4076e1; }

 p { color: rgb(64,118,225); }

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

<style>
 a { background-color: #4076e1; }

 a { background-color: rgb(64,118,225); }

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

<style>
 span { border-color: #4076e1; }

 span { border-color: rgb(64,118,225); }

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