#4F6DDB

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

Shades of Royal Blue #4F6DDB

Tints of Royal Blue #4F6DDB

Color information

#4F6DDB (or 0x4F6DDB) is unknown color: approx Royal Blue. HEX triplet: 4F, 6D and DB. RGB value is (79,109,219). Sum of RGB (Red+Green+Blue) = 79+109+219=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6DDB is #B09224. Grayscale: #707070. Windows color (decimal): -11571749 or 14380367. OLE color: 14380367.

HSL color Cylindrical-coordinate representation of color #4F6DDB: hue angle of 227.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F6DDB is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB79109219-
CMYK0.640.5000.14
HSL227.14º66.04%58.43%-
HSV(B)227.14º63.93%85.88%-
XYZ21.4817.7169.3-
YUV112.57188.06104.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.41%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=19.41%
G=26.78%
B=53.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal791092190.640.5000.14227.1466.0458.43
Hex4F6DDB40320Ee3423a
Octal1171553331006201634310272
Binary1001111110110111011011100000011001001110111000111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,109,219); }

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

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

 a { background-color: rgb(79,109,219); }

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

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

 span { border-color: rgb(79,109,219); }

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