#4F6AF8

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

Shades of Royal Blue #4F6AF8

Tints of Royal Blue #4F6AF8

Color information

#4F6AF8 (or 0x4F6AF8) is unknown color: approx Royal Blue. HEX triplet: 4F, 6A and F8. RGB value is (79,106,248). Sum of RGB (Red+Green+Blue) = 79+106+248=433 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.24% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #4F6AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F6AF8 is #B09507. Grayscale: #717171. Windows color (decimal): -11572488 or 16280143. OLE color: 16280143.

HSL color Cylindrical-coordinate representation of color #4F6AF8: hue angle of 230.41º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F6AF8 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB79106248-
CMYK0.680.5700.03
HSL230.41º92.35%64.12%-
HSV(B)230.41º68.15%97.25%-
XYZ25.3218.7591.09-
YUV114.12203.55102.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.24%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 248 (97.27% from 255) = 57.27%
R=18.24%
G=24.48%
B=57.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal791062480.680.5700.03230.4192.3564.12
Hex4F6AF8443903e65c40
Octal1171523701047103346134100
Binary100111111010101111100010001001110010111110011010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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