#4D5CDC

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

Shades of Royal Blue #4D5CDC

Tints of Royal Blue #4D5CDC

Color information

#4D5CDC (or 0x4D5CDC) is unknown color: approx Royal Blue. HEX triplet: 4D, 5C and DC. RGB value is (77,92,220). Sum of RGB (Red+Green+Blue) = 77+92+220=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D5CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5CDC is #B2A323. Grayscale: #656565. Windows color (decimal): -11707172 or 14441549. OLE color: 14441549.

HSL color Cylindrical-coordinate representation of color #4D5CDC: hue angle of 233.71º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D5CDC is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7792220-
CMYK0.650.5800.14
HSL233.71º67.14%58.24%-
HSV(B)233.71º65%86.27%-
XYZ19.8114.469.45-
YUV102.11194.53110.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.79%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 220 (86.33% from 255) = 56.56%
R=19.79%
G=23.65%
B=56.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal77922200.650.5800.14233.7167.1458.24
Hex4D5CDC413A0Eea433a
Octal1151343341017201635210372
Binary1001101101110011011100100000111101001110111010101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,92,220); }

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

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

 a { background-color: rgb(77,92,220); }

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

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

 span { border-color: rgb(77,92,220); }

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