#4079E1

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

Shades of Royal Blue #4079E1

Tints of Royal Blue #4079E1

Color information

#4079E1 (or 0x4079E1) is unknown color: approx Royal Blue. HEX triplet: 40, 79 and E1. RGB value is (64,121,225). Sum of RGB (Red+Green+Blue) = 64+121+225=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #4079E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079E1 is #BF861E. Grayscale: #737373. Windows color (decimal): -12551711 or 14776640. OLE color: 14776640.

HSL color Cylindrical-coordinate representation of color #4079E1: hue angle of 218.76º 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 #4079E1 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB64121225-
CMYK0.720.4600.12
HSL218.76º72.85%56.67%-
HSV(B)218.76º71.56%88.24%-
XYZ22.5420.273.95-
YUV115.81189.6291.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.61%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 225 (88.28% from 255) = 54.88%
R=15.61%
G=29.51%
B=54.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal641212250.720.4600.12218.7672.8556.67
Hex4079E1482E0Cdb4939
Octal1001713411105601433311171
Binary1000000111100111100001100100010111001100110110111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4079E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4079E1; }

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

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

<style>
 a { background-color: #4079E1; }

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

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

<style>
 span { border-color: #4079E1; }

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

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