#4D7DF1

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

Shades of Royal Blue #4D7DF1

Tints of Royal Blue #4D7DF1

Color information

#4D7DF1 (or 0x4D7DF1) is unknown color: approx Royal Blue. HEX triplet: 4D, 7D and F1. RGB value is (77,125,241). Sum of RGB (Red+Green+Blue) = 77+125+241=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D7DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7DF1 is #B2820E. Grayscale: #7B7B7B. Windows color (decimal): -11698703 or 15826253. OLE color: 15826253.

HSL color Cylindrical-coordinate representation of color #4D7DF1: hue angle of 222.44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D7DF1 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB77125241-
CMYK0.680.4800.05
HSL222.44º85.42%62.35%-
HSV(B)222.44º68.05%94.51%-
XYZ26.2722.686.2-
YUV123.87194.194.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.38%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=17.38%
G=28.22%
B=54.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal771252410.680.4800.05222.4485.4262.35
Hex4D7DF1443005de553e
Octal115175361104600533612576
Binary100110111111011111000110001001100000101110111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,125,241); }

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

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

 a { background-color: rgb(77,125,241); }

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

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

 span { border-color: rgb(77,125,241); }

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