#4982ef

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

Shades of Royal Blue #4982EF

Tints of Royal Blue #4982EF

Color information

#4982EF (or 0x4982EF) is unknown color: approx Royal Blue. HEX triplet: 49, 82 and EF. RGB value is (73,130,239). Sum of RGB (Red+Green+Blue) = 73+130+239=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #4982EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4982EF is #B67D10. Grayscale: #7C7C7C. Windows color (decimal): -11959569 or 15696457. OLE color: 15696457.

HSL color Cylindrical-coordinate representation of color #4982EF: hue angle of 219.4º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4982EF is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB73130239-
CMYK0.690.4600.06
HSL219.4º83.84%61.18%-
HSV(B)219.4º69.46%93.73%-
XYZ26.3123.6184.83-
YUV125.38192.1290.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.52%
GREEN value IS 130 (51.17% from 255) = 29.41%
BLUE value IS 239 (93.75% from 255) = 54.07%
R=16.52%
G=29.41%
B=54.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal731302390.690.4600.06219.483.8461.18
Hex4982EF452E06db543d
Octal111202357105560633312475
Binary1001001100000101110111110001011011100110110110111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4982ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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