#4a7fee

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

Shades of Royal Blue #4A7FEE

Tints of Royal Blue #4A7FEE

Color information

#4A7FEE (or 0x4A7FEE) is unknown color: approx Royal Blue. HEX triplet: 4A, 7F and EE. RGB value is (74,127,238). Sum of RGB (Red+Green+Blue) = 74+127+238=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A7FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7FEE is #B58011. Grayscale: #7B7B7B. Windows color (decimal): -11894802 or 15630154. OLE color: 15630154.

HSL color Cylindrical-coordinate representation of color #4A7FEE: hue angle of 220.61º 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 #4A7FEE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB74127238-
CMYK0.690.4700.07
HSL220.61º82.83%61.18%-
HSV(B)220.61º68.91%93.33%-
XYZ25.8522.8183.93-
YUV123.81192.4492.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.86%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 238 (93.36% from 255) = 54.21%
R=16.86%
G=28.93%
B=54.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal741272380.690.4700.07220.6182.8361.18
Hex4A7FEE452F07dd533d
Octal112177356105570733512375
Binary100101011111111110111010001011011110111110111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a7fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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