#4682FF

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

Shades of Royal Blue #4682FF

Tints of Royal Blue #4682FF

Color information

#4682FF (or 0x4682FF) is unknown color: approx Royal Blue. HEX triplet: 46, 82 and FF. RGB value is (70,130,255). Sum of RGB (Red+Green+Blue) = 70+130+255=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #4682FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4682FF is #B97D00. Grayscale: #7D7D7D. Windows color (decimal): -12156161 or 16745030. OLE color: 16745030.

HSL color Cylindrical-coordinate representation of color #4682FF: hue angle of 220.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4682FF is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB70130255-
CMYK0.730.4900
HSL220.54º100%63.73%-
HSV(B)220.54º72.55%100%-
XYZ28.5624.4997.83-
YUV126.31200.6287.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.38%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 56.04%
R=15.38%
G=28.57%
B=56.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal701302550.730.4900220.5410063.73
Hex4682FF493100dd6440
Octal1062023771116100335144100
Binary100011010000010111111111001001110001001101110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4682FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4682FF; }

 p { color: rgb(70,130,255); }

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

<style>
 a { background-color: #4682FF; }

 a { background-color: rgb(70,130,255); }

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

<style>
 span { border-color: #4682FF; }

 span { border-color: rgb(70,130,255); }

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