#4770E7

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

Shades of Royal Blue #4770E7

Tints of Royal Blue #4770E7

Color information

#4770E7 (or 0x4770E7) is unknown color: approx Royal Blue. HEX triplet: 47, 70 and E7. RGB value is (71,112,231). Sum of RGB (Red+Green+Blue) = 71+112+231=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 231 (90.62% from 255 or 55.80% from 414); Max value from RGB is 231 - color contains mainly: blue. Hex color #4770E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4770E7 is #B88F18. Grayscale: #707070. Windows color (decimal): -12095257 or 15167559. OLE color: 15167559.

HSL color Cylindrical-coordinate representation of color #4770E7: hue angle of 224.62º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4770E7 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB71112231-
CMYK0.690.5200.09
HSL224.62º76.92%59.22%-
HSV(B)224.62º69.26%90.59%-
XYZ22.8218.778.01-
YUV113.31194.4297.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.15%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 231 (90.62% from 255) = 55.80%
R=17.15%
G=27.05%
B=55.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal711122310.690.5200.09224.6276.9259.22
Hex4770E7453409e14d3b
Octal1071603471056401134111573
Binary1000111111000011100111100010111010001001111000011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4770E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4770E7; }

 p { color: rgb(71,112,231); }

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

<style>
 a { background-color: #4770E7; }

 a { background-color: rgb(71,112,231); }

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

<style>
 span { border-color: #4770E7; }

 span { border-color: rgb(71,112,231); }

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