#4F5BDD

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

Shades of Royal Blue #4F5BDD

Tints of Royal Blue #4F5BDD

Color information

#4F5BDD (or 0x4F5BDD) is unknown color: approx Royal Blue. HEX triplet: 4F, 5B and DD. RGB value is (79,91,221). Sum of RGB (Red+Green+Blue) = 79+91+221=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F5BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5BDD is #B0A422. Grayscale: #656565. Windows color (decimal): -11576355 or 14506831. OLE color: 14506831.

HSL color Cylindrical-coordinate representation of color #4F5BDD: hue angle of 234.93º 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 #4F5BDD is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7991221-
CMYK0.640.5900.13
HSL234.93º67.62%58.82%-
HSV(B)234.93º64.25%86.67%-
XYZ20.0214.3670.12-
YUV102.23195.02111.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.20%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=20.20%
G=23.27%
B=56.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal79912210.640.5900.13234.9367.6258.82
Hex4F5BDD403B0Deb443b
Octal1171333351007301535310473
Binary1001111101101111011101100000011101101101111010111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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