#4F69F0

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

Shades of Royal Blue #4F69F0

Tints of Royal Blue #4F69F0

Color information

#4F69F0 (or 0x4F69F0) is unknown color: approx Royal Blue. HEX triplet: 4F, 69 and F0. RGB value is (79,105,240). Sum of RGB (Red+Green+Blue) = 79+105+240=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #4F69F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F69F0 is #B0960F. Grayscale: #707070. Windows color (decimal): -11572752 or 15755599. OLE color: 15755599.

HSL color Cylindrical-coordinate representation of color #4F69F0: hue angle of 230.31º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F69F0 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB79105240-
CMYK0.670.5600.06
HSL230.31º84.29%62.55%-
HSV(B)230.31º67.08%94.12%-
XYZ2418.0684.66-
YUV112.62199.89104.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.63%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 240 (94.14% from 255) = 56.60%
R=18.63%
G=24.76%
B=56.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal791052400.670.5600.06230.3184.2962.55
Hex4F69F0433806e6543f
Octal117151360103700634612477
Binary100111111010011111000010000111110000110111001101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F69F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,105,240); }

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

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

 a { background-color: rgb(79,105,240); }

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

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

 span { border-color: rgb(79,105,240); }

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