#4761E1

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

Shades of Royal Blue #4761E1

Tints of Royal Blue #4761E1

Color information

#4761E1 (or 0x4761E1) is unknown color: approx Royal Blue. HEX triplet: 47, 61 and E1. RGB value is (71,97,225). Sum of RGB (Red+Green+Blue) = 71+97+225=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #4761E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4761E1 is #B89E1E. Grayscale: #676767. Windows color (decimal): -12099103 or 14770503. OLE color: 14770503.

HSL color Cylindrical-coordinate representation of color #4761E1: hue angle of 229.87º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4761E1 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7197225-
CMYK0.680.5700.12
HSL229.87º71.96%58.04%-
HSV(B)229.87º68.44%88.24%-
XYZ20.4615.3373.11-
YUV103.82196.39104.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.07%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 225 (88.28% from 255) = 57.25%
R=18.07%
G=24.68%
B=57.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal71972250.680.5700.12229.8771.9658.04
Hex4761E144390Ce6483a
Octal1071413411047101434611072
Binary1000111110000111100001100010011100101100111001101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4761E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4761E1; }

 p { color: rgb(71,97,225); }

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

<style>
 a { background-color: #4761E1; }

 a { background-color: rgb(71,97,225); }

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

<style>
 span { border-color: #4761E1; }

 span { border-color: rgb(71,97,225); }

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