#4685EB

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

Shades of Royal Blue #4685EB

Tints of Royal Blue #4685EB

Color information

#4685EB (or 0x4685EB) is unknown color: approx Royal Blue. HEX triplet: 46, 85 and EB. RGB value is (70,133,235). Sum of RGB (Red+Green+Blue) = 70+133+235=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #4685EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4685EB is #B97A14. Grayscale: #7D7D7D. Windows color (decimal): -12155413 or 15435078. OLE color: 15435078.

HSL color Cylindrical-coordinate representation of color #4685EB: hue angle of 217.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4685EB is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB70133235-
CMYK0.700.4300.08
HSL217.09º80.49%59.8%-
HSV(B)217.09º70.21%92.16%-
XYZ25.9124.0881.88-
YUV125.79189.6388.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.98%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 235 (92.19% from 255) = 53.65%
R=15.98%
G=30.37%
B=53.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal701332350.700.4300.08217.0980.4959.8
Hex4685EB462B08d9503c
Octal1062053531065301033112074
Binary10001101000010111101011100011010101101000110110011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4685EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4685EB; }

 p { color: rgb(70,133,235); }

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

<style>
 a { background-color: #4685EB; }

 a { background-color: rgb(70,133,235); }

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

<style>
 span { border-color: #4685EB; }

 span { border-color: rgb(70,133,235); }

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