#4A6FEE

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

Shades of Royal Blue #4A6FEE

Tints of Royal Blue #4A6FEE

Color information

#4A6FEE (or 0x4A6FEE) is unknown color: approx Royal Blue. HEX triplet: 4A, 6F and EE. RGB value is (74,111,238). Sum of RGB (Red+Green+Blue) = 74+111+238=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A6FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6FEE is #B59011. Grayscale: #717171. Windows color (decimal): -11898898 or 15626058. OLE color: 15626058.

HSL color Cylindrical-coordinate representation of color #4A6FEE: hue angle of 226.46º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A6FEE is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB74111238-
CMYK0.690.5300.07
HSL226.46º82.83%61.18%-
HSV(B)226.46º68.91%93.33%-
XYZ23.941983.29-
YUV114.42197.7499.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.49%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 238 (93.36% from 255) = 56.26%
R=17.49%
G=26.24%
B=56.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal741112380.690.5300.07226.4682.8361.18
Hex4A6FEE453507e2533d
Octal112157356105650734212375
Binary100101011011111110111010001011101010111111000101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A6FEE; }

 p { color: rgb(74,111,238); }

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

<style>
 a { background-color: #4A6FEE; }

 a { background-color: rgb(74,111,238); }

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

<style>
 span { border-color: #4A6FEE; }

 span { border-color: rgb(74,111,238); }

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