#4D68F9

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

Shades of Royal Blue #4D68F9

Tints of Royal Blue #4D68F9

Color information

#4D68F9 (or 0x4D68F9) is unknown color: approx Royal Blue. HEX triplet: 4D, 68 and F9. RGB value is (77,104,249). Sum of RGB (Red+Green+Blue) = 77+104+249=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #4D68F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D68F9 is #B29706. Grayscale: #6F6F6F. Windows color (decimal): -11704071 or 16345165. OLE color: 16345165.

HSL color Cylindrical-coordinate representation of color #4D68F9: hue angle of 230.58º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D68F9 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB77104249-
CMYK0.690.5800.02
HSL230.58º93.48%63.92%-
HSV(B)230.58º69.08%97.65%-
XYZ25.1118.3291.83-
YUV112.46205.05102.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.91%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 249 (97.66% from 255) = 57.91%
R=17.91%
G=24.19%
B=57.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal771042490.690.5800.02230.5893.4863.92
Hex4D68F9453A02e75d40
Octal1151503711057202347135100
Binary100110111010001111100110001011110100101110011110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D68F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,249); }

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

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

 a { background-color: rgb(77,104,249); }

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

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

 span { border-color: rgb(77,104,249); }

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