#4F64E6

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

Shades of Royal Blue #4F64E6

Tints of Royal Blue #4F64E6

Color information

#4F64E6 (or 0x4F64E6) is unknown color: approx Royal Blue. HEX triplet: 4F, 64 and E6. RGB value is (79,100,230). Sum of RGB (Red+Green+Blue) = 79+100+230=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #4F64E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F64E6 is #B09B19. Grayscale: #6C6C6C. Windows color (decimal): -11574042 or 15098959. OLE color: 15098959.

HSL color Cylindrical-coordinate representation of color #4F64E6: hue angle of 231.66º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F64E6 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB79100230-
CMYK0.660.5700.10
HSL231.66º75.12%60.59%-
HSV(B)231.66º65.65%90.2%-
XYZ22.0616.4976.88-
YUV108.54196.54106.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.32%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 230 (90.23% from 255) = 56.23%
R=19.32%
G=24.45%
B=56.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal791002300.660.5700.10231.6675.1260.59
Hex4F64E642390Ae84b3d
Octal1171443461027101235011375
Binary1001111110010011100110100001011100101010111010001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F64E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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