#4D68D6

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

Shades of Royal Blue #4D68D6

Tints of Royal Blue #4D68D6

Color information

#4D68D6 (or 0x4D68D6) is unknown color: approx Royal Blue. HEX triplet: 4D, 68 and D6. RGB value is (77,104,214). Sum of RGB (Red+Green+Blue) = 77+104+214=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #4D68D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68D6 is #B29729. Grayscale: #6C6C6C. Windows color (decimal): -11704106 or 14051405. OLE color: 14051405.

HSL color Cylindrical-coordinate representation of color #4D68D6: hue angle of 228.18º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D68D6 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB77104214-
CMYK0.640.5100.16
HSL228.18º62.56%57.06%-
HSV(B)228.18º64.02%83.92%-
XYZ20.1516.3365.71-
YUV108.47187.55105.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.49%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 214 (83.98% from 255) = 54.18%
R=19.49%
G=26.33%
B=54.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal771042140.640.5100.16228.1862.5657.06
Hex4D68D64033010e43f39
Octal115150326100630203447771
Binary1001101110100011010110100000011001101000011100100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D68D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,214); }

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

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

 a { background-color: rgb(77,104,214); }

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

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

 span { border-color: rgb(77,104,214); }

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