#4F7DDD

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

Shades of Royal Blue #4F7DDD

Tints of Royal Blue #4F7DDD

Color information

#4F7DDD (or 0x4F7DDD) is unknown color: approx Royal Blue. HEX triplet: 4F, 7D and DD. RGB value is (79,125,221). Sum of RGB (Red+Green+Blue) = 79+125+221=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7DDD is #B08222. Grayscale: #797979. Windows color (decimal): -11567651 or 14515535. OLE color: 14515535.

HSL color Cylindrical-coordinate representation of color #4F7DDD: hue angle of 220.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F7DDD is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79125221-
CMYK0.640.4300.13
HSL220.56º67.62%58.82%-
HSV(B)220.56º64.25%86.67%-
XYZ23.6121.5571.32-
YUV122.19183.7697.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.59%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 221 (86.72% from 255) = 52%
R=18.59%
G=29.41%
B=52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791252210.640.4300.13220.5667.6258.82
Hex4F7DDD402B0Ddd443b
Octal1171753351005301533510473
Binary1001111111110111011101100000010101101101110111011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,125,221); }

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

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

 a { background-color: rgb(79,125,221); }

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

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

 span { border-color: rgb(79,125,221); }

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