#4959EA

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

Shades of Royal Blue #4959EA

Tints of Royal Blue #4959EA

Color information

#4959EA (or 0x4959EA) is unknown color: approx Royal Blue. HEX triplet: 49, 59 and EA. RGB value is (73,89,234). Sum of RGB (Red+Green+Blue) = 73+89+234=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #4959EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4959EA is #B6A615. Grayscale: #646464. Windows color (decimal): -11970070 or 15358281. OLE color: 15358281.

HSL color Cylindrical-coordinate representation of color #4959EA: hue angle of 234.04º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4959EA is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7389234-
CMYK0.690.6200.08
HSL234.04º79.31%60.2%-
HSV(B)234.04º68.8%91.76%-
XYZ21.1714.579.53-
YUV100.75203.2108.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 234 (91.80% from 255) = 59.09%
R=18.43%
G=22.47%
B=59.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal73892340.690.6200.08234.0479.3160.2
Hex4959EA453E08ea4f3c
Octal1111313521057601035211774
Binary1001001101100111101010100010111111001000111010101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4959EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,89,234); }

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

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

 a { background-color: rgb(73,89,234); }

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

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

 span { border-color: rgb(73,89,234); }

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