#4D6CD4

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

Shades of Royal Blue #4D6CD4

Tints of Royal Blue #4D6CD4

Color information

#4D6CD4 (or 0x4D6CD4) is unknown color: approx Royal Blue. HEX triplet: 4D, 6C and D4. RGB value is (77,108,212). Sum of RGB (Red+Green+Blue) = 77+108+212=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 212 (83.20% from 255 or 53.40% from 397); Max value from RGB is 212 - color contains mainly: blue. Hex color #4D6CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6CD4 is #B2932B. Grayscale: #6E6E6E. Windows color (decimal): -11703084 or 13921357. OLE color: 13921357.

HSL color Cylindrical-coordinate representation of color #4D6CD4: hue angle of 226.22º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D6CD4 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB77108212-
CMYK0.640.4900.17
HSL226.22º61.09%56.67%-
HSV(B)226.22º63.68%83.14%-
XYZ20.3117.0664.51-
YUV110.59185.23104.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.40%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 212 (83.20% from 255) = 53.40%
R=19.40%
G=27.20%
B=53.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal771082120.640.4900.17226.2261.0956.67
Hex4D6CD44031011e23d39
Octal115154324100610213427571
Binary1001101110110011010100100000011000101000111100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,108,212); }

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

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

 a { background-color: rgb(77,108,212); }

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

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

 span { border-color: rgb(77,108,212); }

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