#4984DE

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

Shades of Royal Blue #4984DE

Tints of Royal Blue #4984DE

Color information

#4984DE (or 0x4984DE) is unknown color: approx Royal Blue. HEX triplet: 49, 84 and DE. RGB value is (73,132,222). Sum of RGB (Red+Green+Blue) = 73+132+222=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #4984DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4984DE is #B67B21. Grayscale: #7C7C7C. Windows color (decimal): -11959074 or 14582857. OLE color: 14582857.

HSL color Cylindrical-coordinate representation of color #4984DE: hue angle of 216.24º 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 #4984DE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73132222-
CMYK0.670.4100.13
HSL216.24º69.3%57.84%-
HSV(B)216.24º67.12%87.06%-
XYZ24.1823.1972.31-
YUV124.62182.9591.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.10%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 222 (87.11% from 255) = 51.99%
R=17.10%
G=30.91%
B=51.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731322220.670.4100.13216.2469.357.84
Hex4984DE43290Dd8453a
Octal1112043361035101533010572
Binary10010011000010011011110100001110100101101110110001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4984DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4984DE; }

 p { color: rgb(73,132,222); }

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

<style>
 a { background-color: #4984DE; }

 a { background-color: rgb(73,132,222); }

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

<style>
 span { border-color: #4984DE; }

 span { border-color: rgb(73,132,222); }

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