#4F5ED7

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

Shades of Royal Blue #4F5ED7

Tints of Royal Blue #4F5ED7

Color information

#4F5ED7 (or 0x4F5ED7) is unknown color: approx Royal Blue. HEX triplet: 4F, 5E and D7. RGB value is (79,94,215). Sum of RGB (Red+Green+Blue) = 79+94+215=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #4F5ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5ED7 is #B0A128. Grayscale: #666666. Windows color (decimal): -11575593 or 14114383. OLE color: 14114383.

HSL color Cylindrical-coordinate representation of color #4F5ED7: hue angle of 233.38º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F5ED7 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7994215-
CMYK0.630.5600.16
HSL233.38º62.96%57.65%-
HSV(B)233.38º63.26%84.31%-
XYZ19.4914.5766.08-
YUV103.31191.03110.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.36%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 215 (84.38% from 255) = 55.41%
R=20.36%
G=24.23%
B=55.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal79942150.630.5600.16233.3862.9657.65
Hex4F5ED73F38010e93f3a
Octal11713632777700203517772
Binary100111110111101101011111111111100001000011101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,94,215); }

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

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

 a { background-color: rgb(79,94,215); }

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

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

 span { border-color: rgb(79,94,215); }

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