#4D69D6

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

Shades of Royal Blue #4D69D6

Tints of Royal Blue #4D69D6

Color information

#4D69D6 (or 0x4D69D6) is unknown color: approx Royal Blue. HEX triplet: 4D, 69 and D6. RGB value is (77,105,214). Sum of RGB (Red+Green+Blue) = 77+105+214=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #4D69D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D69D6 is #B29629. Grayscale: #6C6C6C. Windows color (decimal): -11703850 or 14051661. OLE color: 14051661.

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

Color convert

RGB77105214-
CMYK0.640.5100.16
HSL227.74º62.56%57.06%-
HSV(B)227.74º64.02%83.92%-
XYZ20.2516.5465.74-
YUV109.05187.22105.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.44%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 214 (83.98% from 255) = 54.04%
R=19.44%
G=26.52%
B=54.04%

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
Decimal771052140.640.5100.16227.7462.5657.06
Hex4D69D64033010e43f39
Octal115151326100630203447771
Binary1001101110100111010110100000011001101000011100100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D69D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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