#4961dd

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

Shades of Royal Blue #4961DD

Tints of Royal Blue #4961DD

Color information

#4961DD (or 0x4961DD) is unknown color: approx Royal Blue. HEX triplet: 49, 61 and DD. RGB value is (73,97,221). Sum of RGB (Red+Green+Blue) = 73+97+221=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #4961DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4961DD is #B69E22. Grayscale: #676767. Windows color (decimal): -11968035 or 14508361. OLE color: 14508361.

HSL color Cylindrical-coordinate representation of color #4961DD: hue angle of 230.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4961DD is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7397221-
CMYK0.670.5600.13
HSL230.27º68.52%57.65%-
HSV(B)230.27º66.97%86.67%-
XYZ20.0715.1970.28-
YUV103.96194.05105.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=18.67%
G=24.81%
B=56.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73972210.670.5600.13230.2768.5257.65
Hex4961DD43380De6453a
Octal1111413351037001534610572
Binary1001001110000111011101100001111100001101111001101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4961dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4961dd; }

 p { color: rgb(73,97,221); }

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

<style>
 a { background-color: #4961dd; }

 a { background-color: rgb(73,97,221); }

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

<style>
 span { border-color: #4961dd; }

 span { border-color: rgb(73,97,221); }

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