#4076D1

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

Shades of Royal Blue #4076D1

Tints of Royal Blue #4076D1

Color information

#4076D1 (or 0x4076D1) is unknown color: approx Royal Blue. HEX triplet: 40, 76 and D1. RGB value is (64,118,209). Sum of RGB (Red+Green+Blue) = 64+118+209=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #4076D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4076D1 is #BF892E. Grayscale: #6F6F6F. Windows color (decimal): -12552495 or 13727296. OLE color: 13727296.

HSL color Cylindrical-coordinate representation of color #4076D1: hue angle of 217.66º 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 #4076D1 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64118209-
CMYK0.690.4400.18
HSL217.66º61.18%53.53%-
HSV(B)217.66º69.38%81.96%-
XYZ20.118.6562.86-
YUV112.23182.6193.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.37%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 209 (82.03% from 255) = 53.45%
R=16.37%
G=30.18%
B=53.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641182090.690.4400.18217.6661.1853.53
Hex4076D1452C012da3d36
Octal100166321105540223327566
Binary1000000111011011010001100010110110001001011011010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4076D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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