#4D5DDD

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

Shades of Royal Blue #4D5DDD

Tints of Royal Blue #4D5DDD

Color information

#4D5DDD (or 0x4D5DDD) is unknown color: approx Royal Blue. HEX triplet: 4D, 5D and DD. RGB value is (77,93,221). Sum of RGB (Red+Green+Blue) = 77+93+221=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 93 (36.72% from 255 or 23.79% 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 #4D5DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5DDD is #B2A222. Grayscale: #666666. Windows color (decimal): -11706915 or 14507341. OLE color: 14507341.

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

Color convert

RGB7793221-
CMYK0.650.5800.13
HSL233.33º67.92%58.43%-
HSV(B)233.33º65.16%86.67%-
XYZ20.0314.6370.17-
YUV102.81194.7109.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.69%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=19.69%
G=23.79%
B=56.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77932210.650.5800.13233.3367.9258.43
Hex4D5DDD413A0De9443a
Octal1151353351017201535110472
Binary1001101101110111011101100000111101001101111010011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,93,221); }

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

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

 a { background-color: rgb(77,93,221); }

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

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

 span { border-color: rgb(77,93,221); }

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