#4F7EDD

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

Shades of Royal Blue #4F7EDD

Tints of Royal Blue #4F7EDD

Color information

#4F7EDD (or 0x4F7EDD) is unknown color: approx Royal Blue. HEX triplet: 4F, 7E and DD. RGB value is (79,126,221). Sum of RGB (Red+Green+Blue) = 79+126+221=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F7EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7EDD is #B08122. Grayscale: #7A7A7A. Windows color (decimal): -11567395 or 14515791. OLE color: 14515791.

HSL color Cylindrical-coordinate representation of color #4F7EDD: hue angle of 220.14º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F7EDD is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79126221-
CMYK0.640.4300.13
HSL220.14º67.62%58.82%-
HSV(B)220.14º64.25%86.67%-
XYZ23.7421.871.36-
YUV122.78183.4396.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.54%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=18.54%
G=29.58%
B=51.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791262210.640.4300.13220.1467.6258.82
Hex4F7EDD402B0Ddc443b
Octal1171763351005301533410473
Binary1001111111111011011101100000010101101101110111001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,126,221); }

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

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

 a { background-color: rgb(79,126,221); }

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

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

 span { border-color: rgb(79,126,221); }

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