#4071E3

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

Shades of Royal Blue #4071E3

Tints of Royal Blue #4071E3

Color information

#4071E3 (or 0x4071E3) is unknown color: approx Royal Blue. HEX triplet: 40, 71 and E3. RGB value is (64,113,227). Sum of RGB (Red+Green+Blue) = 64+113+227=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #4071E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071E3 is #BF8E1C. Grayscale: #6E6E6E. Windows color (decimal): -12553757 or 14905664. OLE color: 14905664.

HSL color Cylindrical-coordinate representation of color #4071E3: hue angle of 221.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4071E3 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB64113227-
CMYK0.720.5000.11
HSL221.96º74.43%57.06%-
HSV(B)221.96º71.81%89.02%-
XYZ21.8818.4575.08-
YUV111.34193.2794.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.84%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 227 (89.06% from 255) = 56.19%
R=15.84%
G=27.97%
B=56.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal641132270.720.5000.11221.9674.4357.06
Hex4071E348320Bde4a39
Octal1001613431106201333611271
Binary1000000111000111100011100100011001001011110111101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4071E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4071E3; }

 p { color: rgb(64,113,227); }

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

<style>
 a { background-color: #4071E3; }

 a { background-color: rgb(64,113,227); }

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

<style>
 span { border-color: #4071E3; }

 span { border-color: rgb(64,113,227); }

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