#4782ea

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

Shades of Royal Blue #4782EA

Tints of Royal Blue #4782EA

Color information

#4782EA (or 0x4782EA) is unknown color: approx Royal Blue. HEX triplet: 47, 82 and EA. RGB value is (71,130,234). Sum of RGB (Red+Green+Blue) = 71+130+234=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #4782EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4782EA is #B87D15. Grayscale: #7B7B7B. Windows color (decimal): -12090646 or 15368775. OLE color: 15368775.

HSL color Cylindrical-coordinate representation of color #4782EA: hue angle of 218.28º 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 #4782EA is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71130234-
CMYK0.700.4400.08
HSL218.28º79.51%59.8%-
HSV(B)218.28º69.66%91.76%-
XYZ25.4323.2580.99-
YUV124.22189.9590.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.32%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 234 (91.80% from 255) = 53.79%
R=16.32%
G=29.89%
B=53.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711302340.700.4400.08218.2879.5159.8
Hex4782EA462C08da503c
Octal1072023521065401033212074
Binary10001111000001011101010100011010110001000110110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4782ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4782ea; }

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

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

<style>
 a { background-color: #4782ea; }

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

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

<style>
 span { border-color: #4782ea; }

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

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