#4968EB

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

Shades of Royal Blue #4968EB

Tints of Royal Blue #4968EB

Color information

#4968EB (or 0x4968EB) is unknown color: approx Royal Blue. HEX triplet: 49, 68 and EB. RGB value is (73,104,235). Sum of RGB (Red+Green+Blue) = 73+104+235=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #4968EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4968EB is #B69714. Grayscale: #6D6D6D. Windows color (decimal): -11966229 or 15427657. OLE color: 15427657.

HSL color Cylindrical-coordinate representation of color #4968EB: hue angle of 228.52º degrees, saturation: 0.8, 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 #4968EB is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73104235-
CMYK0.690.5600.08
HSL228.52º80.2%60.39%-
HSV(B)228.52º68.94%92.16%-
XYZ22.6917.3280.74-
YUV109.66198.73101.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.72%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 235 (92.19% from 255) = 57.04%
R=17.72%
G=25.24%
B=57.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731042350.690.5600.08228.5280.260.39
Hex4968EB453808e5503c
Octal1111503531057001034512074
Binary1001001110100011101011100010111100001000111001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4968EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4968EB; }

 p { color: rgb(73,104,235); }

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

<style>
 a { background-color: #4968EB; }

 a { background-color: rgb(73,104,235); }

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

<style>
 span { border-color: #4968EB; }

 span { border-color: rgb(73,104,235); }

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