#4074EE

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

Shades of Royal Blue #4074EE

Tints of Royal Blue #4074EE

Color information

#4074EE (or 0x4074EE) is unknown color: approx Royal Blue. HEX triplet: 40, 74 and EE. RGB value is (64,116,238). Sum of RGB (Red+Green+Blue) = 64+116+238=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #4074EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4074EE is #BF8B11. Grayscale: #717171. Windows color (decimal): -12552978 or 15627328. OLE color: 15627328.

HSL color Cylindrical-coordinate representation of color #4074EE: hue angle of 222.07º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4074EE is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB64116238-
CMYK0.730.5100.07
HSL222.07º83.65%59.22%-
HSV(B)222.07º73.11%93.33%-
XYZ23.7919.7583.45-
YUV114.36197.7792.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.31%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 238 (93.36% from 255) = 56.94%
R=15.31%
G=27.75%
B=56.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal641162380.730.5100.07222.0783.6559.22
Hex4074EE493307de543b
Octal100164356111630733612473
Binary100000011101001110111010010011100110111110111101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4074EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4074EE; }

 p { color: rgb(64,116,238); }

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

<style>
 a { background-color: #4074EE; }

 a { background-color: rgb(64,116,238); }

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

<style>
 span { border-color: #4074EE; }

 span { border-color: rgb(64,116,238); }

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