#4760e8

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

Shades of Royal Blue #4760E8

Tints of Royal Blue #4760E8

Color information

#4760E8 (or 0x4760E8) is unknown color: approx Royal Blue. HEX triplet: 47, 60 and E8. RGB value is (71,96,232). Sum of RGB (Red+Green+Blue) = 71+96+232=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #4760E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4760E8 is #B89F17. Grayscale: #676767. Windows color (decimal): -12099352 or 15228999. OLE color: 15228999.

HSL color Cylindrical-coordinate representation of color #4760E8: hue angle of 230.68º degrees, saturation: 0.78, 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 #4760E8 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7196232-
CMYK0.690.5900.09
HSL230.68º77.78%59.41%-
HSV(B)230.68º69.4%90.98%-
XYZ21.3515.5378.22-
YUV104.03200.22104.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 232 (91.02% from 255) = 58.15%
R=17.79%
G=24.06%
B=58.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal71962320.690.5900.09230.6877.7859.41
Hex4760E8453B09e74e3b
Octal1071403501057301134711673
Binary1000111110000011101000100010111101101001111001111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4760e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4760e8; }

 p { color: rgb(71,96,232); }

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

<style>
 a { background-color: #4760e8; }

 a { background-color: rgb(71,96,232); }

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

<style>
 span { border-color: #4760e8; }

 span { border-color: rgb(71,96,232); }

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