#4F62E2

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

Shades of Royal Blue #4F62E2

Tints of Royal Blue #4F62E2

Color information

#4F62E2 (or 0x4F62E2) is unknown color: approx Royal Blue. HEX triplet: 4F, 62 and E2. RGB value is (79,98,226). Sum of RGB (Red+Green+Blue) = 79+98+226=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #4F62E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F62E2 is #B09D1D. Grayscale: #6A6A6A. Windows color (decimal): -11574558 or 14836303. OLE color: 14836303.

HSL color Cylindrical-coordinate representation of color #4F62E2: hue angle of 232.24º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F62E2 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7998226-
CMYK0.650.5700.11
HSL232.24º71.71%59.8%-
HSV(B)232.24º65.04%88.63%-
XYZ21.3215.8973.89-
YUV106.91195.21108.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.60%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 226 (88.67% from 255) = 56.08%
R=19.60%
G=24.32%
B=56.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal79982260.650.5700.11232.2471.7159.8
Hex4F62E241390Be8483c
Octal1171423421017101335011074
Binary1001111110001011100010100000111100101011111010001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F62E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,98,226); }

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

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

 a { background-color: rgb(79,98,226); }

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

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

 span { border-color: rgb(79,98,226); }

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