#4D7DFE

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

Shades of Royal Blue #4D7DFE

Tints of Royal Blue #4D7DFE

Color information

#4D7DFE (or 0x4D7DFE) is unknown color: approx Royal Blue. HEX triplet: 4D, 7D and FE. RGB value is (77,125,254). Sum of RGB (Red+Green+Blue) = 77+125+254=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D7DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7DFE is #B28201. Grayscale: #7C7C7C. Windows color (decimal): -11698690 or 16678221. OLE color: 16678221.

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

Color convert

RGB77125254-
CMYK0.700.5100.00
HSL223.73º98.88%64.9%-
HSV(B)223.73º69.69%99.61%-
XYZ28.2823.496.79-
YUV125.35200.693.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.89%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 254 (99.61% from 255) = 55.70%
R=16.89%
G=27.41%
B=55.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal771252540.700.5100.00223.7398.8864.9
Hex4D7DFE463300e06341
Octal1151753761066300340143101
Binary10011011111101111111101000110110011001110000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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