#4D74F1

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

Shades of Royal Blue #4D74F1

Tints of Royal Blue #4D74F1

Color information

#4D74F1 (or 0x4D74F1) is unknown color: approx Royal Blue. HEX triplet: 4D, 74 and F1. RGB value is (77,116,241). Sum of RGB (Red+Green+Blue) = 77+116+241=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D74F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D74F1 is #B28B0E. Grayscale: #767676. Windows color (decimal): -11701007 or 15823949. OLE color: 15823949.

HSL color Cylindrical-coordinate representation of color #4D74F1: hue angle of 225.73º 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 #4D74F1 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB77116241-
CMYK0.680.5200.05
HSL225.73º85.42%62.35%-
HSV(B)225.73º68.05%94.51%-
XYZ25.1820.4285.83-
YUV118.59197.0898.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.74%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 241 (94.53% from 255) = 55.53%
R=17.74%
G=26.73%
B=55.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal771162410.680.5200.05225.7385.4262.35
Hex4D74F1443405e2553e
Octal115164361104640534212576
Binary100110111101001111000110001001101000101111000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D74F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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