#4F74E5

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

Shades of Royal Blue #4F74E5

Tints of Royal Blue #4F74E5

Color information

#4F74E5 (or 0x4F74E5) is unknown color: approx Royal Blue. HEX triplet: 4F, 74 and E5. RGB value is (79,116,229). Sum of RGB (Red+Green+Blue) = 79+116+229=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #4F74E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F74E5 is #B08B1A. Grayscale: #757575. Windows color (decimal): -11569947 or 15037519. OLE color: 15037519.

HSL color Cylindrical-coordinate representation of color #4F74E5: hue angle of 225.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F74E5 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB79116229-
CMYK0.660.4900.10
HSL225.2º74.26%60.39%-
HSV(B)225.2º65.5%89.8%-
XYZ23.6119.8176.71-
YUV117.82190.74100.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.63%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 229 (89.84% from 255) = 54.01%
R=18.63%
G=27.36%
B=54.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal791162290.660.4900.10225.274.2660.39
Hex4F74E542310Ae14a3c
Octal1171643451026101234111274
Binary1001111111010011100101100001011000101010111000011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F74E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,116,229); }

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

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

 a { background-color: rgb(79,116,229); }

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

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

 span { border-color: rgb(79,116,229); }

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