#4D55DF

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

Shades of Royal Blue #4D55DF

Tints of Royal Blue #4D55DF

Color information

#4D55DF (or 0x4D55DF) is unknown color: approx Royal Blue. HEX triplet: 4D, 55 and DF. RGB value is (77,85,223). Sum of RGB (Red+Green+Blue) = 77+85+223=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D55DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55DF is #B2AA20. Grayscale: #616161. Windows color (decimal): -11708961 or 14636365. OLE color: 14636365.

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

Color convert

RGB7785223-
CMYK0.650.6200.13
HSL236.71º69.52%58.82%-
HSV(B)236.71º65.47%87.45%-
XYZ19.6313.471.36-
YUV98.34198.35112.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 223 (87.5% from 255) = 57.92%
R=20%
G=22.08%
B=57.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77852230.650.6200.13236.7169.5258.82
Hex4D55DF413E0Ded463b
Octal1151253371017601535510673
Binary1001101101010111011111100000111111001101111011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D55DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,223); }

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

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

 a { background-color: rgb(77,85,223); }

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

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

 span { border-color: rgb(77,85,223); }

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