#4968E6

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

Shades of Royal Blue #4968E6

Tints of Royal Blue #4968E6

Color information

#4968E6 (or 0x4968E6) is unknown color: approx Royal Blue. HEX triplet: 49, 68 and E6. RGB value is (73,104,230). Sum of RGB (Red+Green+Blue) = 73+104+230=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #4968E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4968E6 is #B69719. Grayscale: #6C6C6C. Windows color (decimal): -11966234 or 15099977. OLE color: 15099977.

HSL color Cylindrical-coordinate representation of color #4968E6: hue angle of 228.15º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4968E6 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB73104230-
CMYK0.680.5500.10
HSL228.15º75.85%59.41%-
HSV(B)228.15º68.26%90.2%-
XYZ21.9817.0376.99-
YUV109.1196.23102.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.94%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 230 (90.23% from 255) = 56.51%
R=17.94%
G=25.55%
B=56.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal731042300.680.5500.10228.1575.8559.41
Hex4968E644370Ae44c3b
Octal1111503461046701234411473
Binary1001001110100011100110100010011011101010111001001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4968E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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