#4D75FF

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

Shades of Royal Blue #4D75FF

Tints of Royal Blue #4D75FF

Color information

#4D75FF (or 0x4D75FF) is unknown color: approx Royal Blue. HEX triplet: 4D, 75 and FF. RGB value is (77,117,255). Sum of RGB (Red+Green+Blue) = 77+117+255=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D75FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D75FF is #B28A00. Grayscale: #787878. Windows color (decimal): -11700737 or 16741709. OLE color: 16741709.

HSL color Cylindrical-coordinate representation of color #4D75FF: hue angle of 226.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D75FF is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB77117255-
CMYK0.700.5400
HSL226.52º100%65.1%-
HSV(B)226.52º69.8%100%-
XYZ27.4721.5297.31-
YUV120.77203.7596.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.15%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 255 (100% from 255) = 56.79%
R=17.15%
G=26.06%
B=56.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal771172550.700.5400226.5210065.1
Hex4D75FF463600e36441
Octal1151653771066600343144101
Binary10011011110101111111111000110110110001110001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D75FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,117,255); }

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

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

 a { background-color: rgb(77,117,255); }

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

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

 span { border-color: rgb(77,117,255); }

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