#4D81E5

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

Shades of Royal Blue #4D81E5

Tints of Royal Blue #4D81E5

Color information

#4D81E5 (or 0x4D81E5) is unknown color: approx Royal Blue. HEX triplet: 4D, 81 and E5. RGB value is (77,129,229). Sum of RGB (Red+Green+Blue) = 77+129+229=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #4D81E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D81E5 is #B27E1A. Grayscale: #7C7C7C. Windows color (decimal): -11697691 or 15040845. OLE color: 15040845.

HSL color Cylindrical-coordinate representation of color #4D81E5: hue angle of 219.47º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D81E5 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB77129229-
CMYK0.660.4400.10
HSL219.47º74.51%60%-
HSV(B)219.47º66.38%89.8%-
XYZ25.0522.9477.24-
YUV124.85186.7793.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.70%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 229 (89.84% from 255) = 52.64%
R=17.70%
G=29.66%
B=52.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal771292290.660.4400.10219.4774.5160
Hex4D81E5422C0Adb4b3c
Octal1152013451025401233311374
Binary10011011000000111100101100001010110001010110110111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D81E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,129,229); }

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

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

 a { background-color: rgb(77,129,229); }

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

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

 span { border-color: rgb(77,129,229); }

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