#4F76E0

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

Shades of Royal Blue #4F76E0

Tints of Royal Blue #4F76E0

Color information

#4F76E0 (or 0x4F76E0) is unknown color: approx Royal Blue. HEX triplet: 4F, 76 and E0. RGB value is (79,118,224). Sum of RGB (Red+Green+Blue) = 79+118+224=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F76E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F76E0 is #B0891F. Grayscale: #757575. Windows color (decimal): -11569440 or 14710351. OLE color: 14710351.

HSL color Cylindrical-coordinate representation of color #4F76E0: hue angle of 223.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F76E0 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB79118224-
CMYK0.650.4700.12
HSL223.86º70.05%59.41%-
HSV(B)223.86º64.73%87.84%-
XYZ23.162073.16-
YUV118.42187.5899.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.76%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 224 (87.89% from 255) = 53.21%
R=18.76%
G=28.03%
B=53.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal791182240.650.4700.12223.8670.0559.41
Hex4F76E0412F0Ce0463b
Octal1171663401015701434010673
Binary1001111111011011100000100000110111101100111000001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F76E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,118,224); }

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

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

 a { background-color: rgb(79,118,224); }

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

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

 span { border-color: rgb(79,118,224); }

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