#4F65E1

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

Shades of Royal Blue #4F65E1

Tints of Royal Blue #4F65E1

Color information

#4F65E1 (or 0x4F65E1) is unknown color: approx Royal Blue. HEX triplet: 4F, 65 and E1. RGB value is (79,101,225). Sum of RGB (Red+Green+Blue) = 79+101+225=405 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.51% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #4F65E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F65E1 is #B09A1E. Grayscale: #6C6C6C. Windows color (decimal): -11573791 or 14771535. OLE color: 14771535.

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

Color convert

RGB79101225-
CMYK0.650.5500.12
HSL230.96º70.87%59.61%-
HSV(B)230.96º64.89%88.24%-
XYZ21.4716.4173.27-
YUV108.56193.71106.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.51%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 225 (88.28% from 255) = 55.56%
R=19.51%
G=24.94%
B=55.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal791012250.650.5500.12230.9670.8759.61
Hex4F65E141370Ce7473c
Octal1171453411016701434710774
Binary1001111110010111100001100000111011101100111001111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F65E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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