#4F63E1

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

Shades of Royal Blue #4F63E1

Tints of Royal Blue #4F63E1

Color information

#4F63E1 (or 0x4F63E1) is unknown color: approx Royal Blue. HEX triplet: 4F, 63 and E1. RGB value is (79,99,225). Sum of RGB (Red+Green+Blue) = 79+99+225=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #4F63E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F63E1 is #B09C1E. Grayscale: #6A6A6A. Windows color (decimal): -11574303 or 14771023. OLE color: 14771023.

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

Color convert

RGB7999225-
CMYK0.650.5600.12
HSL231.78º70.87%59.61%-
HSV(B)231.78º64.89%88.24%-
XYZ21.2816.0273.21-
YUV107.38194.37107.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.60%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=19.60%
G=24.57%
B=55.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal79992250.650.5600.12231.7870.8759.61
Hex4F63E141380Ce8473c
Octal1171433411017001435010774
Binary1001111110001111100001100000111100001100111010001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F63E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,99,225); }

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

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

 a { background-color: rgb(79,99,225); }

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

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

 span { border-color: rgb(79,99,225); }

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