#4764EA

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

Shades of Royal Blue #4764EA

Tints of Royal Blue #4764EA

Color information

#4764EA (or 0x4764EA) is unknown color: approx Royal Blue. HEX triplet: 47, 64 and EA. RGB value is (71,100,234). Sum of RGB (Red+Green+Blue) = 71+100+234=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #4764EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4764EA is #B89B15. Grayscale: #6A6A6A. Windows color (decimal): -12098326 or 15361095. OLE color: 15361095.

HSL color Cylindrical-coordinate representation of color #4764EA: hue angle of 229.33º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4764EA is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71100234-
CMYK0.700.5700.08
HSL229.33º79.51%59.8%-
HSV(B)229.33º69.66%91.76%-
XYZ22.0116.3979.85-
YUV106.6199.89102.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.53%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 234 (91.80% from 255) = 57.78%
R=17.53%
G=24.69%
B=57.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711002340.700.5700.08229.3379.5159.8
Hex4764EA463908e5503c
Octal1071443521067101034512074
Binary1000111110010011101010100011011100101000111001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4764EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4764EA; }

 p { color: rgb(71,100,234); }

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

<style>
 a { background-color: #4764EA; }

 a { background-color: rgb(71,100,234); }

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

<style>
 span { border-color: #4764EA; }

 span { border-color: rgb(71,100,234); }

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