#4F6AF1

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

Shades of Royal Blue #4F6AF1

Tints of Royal Blue #4F6AF1

Color information

#4F6AF1 (or 0x4F6AF1) is unknown color: approx Royal Blue. HEX triplet: 4F, 6A and F1. RGB value is (79,106,241). Sum of RGB (Red+Green+Blue) = 79+106+241=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F6AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F6AF1 is #B0950E. Grayscale: #707070. Windows color (decimal): -11572495 or 15821391. OLE color: 15821391.

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

Color convert

RGB79106241-
CMYK0.670.5600.05
HSL230º85.26%62.75%-
HSV(B)230º67.22%94.51%-
XYZ24.2618.3285.48-
YUV113.32200.05103.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.54%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 241 (94.53% from 255) = 56.57%
R=18.54%
G=24.88%
B=56.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal791062410.670.5600.0523085.2662.75
Hex4F6AF1433805e6553f
Octal117152361103700534612577
Binary100111111010101111000110000111110000101111001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,106,241); }

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

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

 a { background-color: rgb(79,106,241); }

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

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

 span { border-color: rgb(79,106,241); }

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