#4D68D8

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

Shades of Royal Blue #4D68D8

Tints of Royal Blue #4D68D8

Color information

#4D68D8 (or 0x4D68D8) is unknown color: approx Royal Blue. HEX triplet: 4D, 68 and D8. RGB value is (77,104,216). Sum of RGB (Red+Green+Blue) = 77+104+216=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #4D68D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68D8 is #B29727. Grayscale: #6C6C6C. Windows color (decimal): -11704104 or 14182477. OLE color: 14182477.

HSL color Cylindrical-coordinate representation of color #4D68D8: hue angle of 228.35º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D68D8 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB77104216-
CMYK0.640.5200.15
HSL228.35º64.06%57.45%-
HSV(B)228.35º64.35%84.71%-
XYZ20.4116.4467.06-
YUV108.7188.55105.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.40%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 216 (84.77% from 255) = 54.41%
R=19.40%
G=26.20%
B=54.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal771042160.640.5200.15228.3564.0657.45
Hex4D68D840340Fe44039
Octal1151503301006401734410071
Binary1001101110100011011000100000011010001111111001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D68D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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