#4F64E1

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

Shades of Royal Blue #4F64E1

Tints of Royal Blue #4F64E1

Color information

#4F64E1 (or 0x4F64E1) is unknown color: approx Royal Blue. HEX triplet: 4F, 64 and E1. RGB value is (79,100,225). Sum of RGB (Red+Green+Blue) = 79+100+225=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #4F64E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F64E1 is #B09B1E. Grayscale: #6B6B6B. Windows color (decimal): -11574047 or 14771279. OLE color: 14771279.

HSL color Cylindrical-coordinate representation of color #4F64E1: hue angle of 231.37º 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 #4F64E1 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB79100225-
CMYK0.650.5600.12
HSL231.37º70.87%59.61%-
HSV(B)231.37º64.89%88.24%-
XYZ21.3716.2173.24-
YUV107.97194.04107.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.55%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 225 (88.28% from 255) = 55.69%
R=19.55%
G=24.75%
B=55.69%

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
Decimal791002250.650.5600.12231.3770.8759.61
Hex4F64E141380Ce7473c
Octal1171443411017001434710774
Binary1001111110010011100001100000111100001100111001111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F64E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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