#4982EE

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

Shades of Royal Blue #4982EE

Tints of Royal Blue #4982EE

Color information

#4982EE (or 0x4982EE) is unknown color: approx Royal Blue. HEX triplet: 49, 82 and EE. RGB value is (73,130,238). Sum of RGB (Red+Green+Blue) = 73+130+238=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #4982EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4982EE is #B67D11. Grayscale: #7C7C7C. Windows color (decimal): -11959570 or 15630921. OLE color: 15630921.

HSL color Cylindrical-coordinate representation of color #4982EE: hue angle of 219.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4982EE is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73130238-
CMYK0.690.4500.07
HSL219.27º82.91%60.98%-
HSV(B)219.27º69.33%93.33%-
XYZ26.1623.5584.06-
YUV125.27191.6290.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.55%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=16.55%
G=29.48%
B=53.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal731302380.690.4500.07219.2782.9160.98
Hex4982EE452D07db533d
Octal111202356105550733312375
Binary1001001100000101110111010001011011010111110110111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4982EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4982EE; }

 p { color: rgb(73,130,238); }

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

<style>
 a { background-color: #4982EE; }

 a { background-color: rgb(73,130,238); }

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

<style>
 span { border-color: #4982EE; }

 span { border-color: rgb(73,130,238); }

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