#4670FA

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

Shades of Royal Blue #4670FA

Tints of Royal Blue #4670FA

Color information

#4670FA (or 0x4670FA) is unknown color: approx Royal Blue. HEX triplet: 46, 70 and FA. RGB value is (70,112,250). Sum of RGB (Red+Green+Blue) = 70+112+250=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #4670FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4670FA is #B98F05. Grayscale: #727272. Windows color (decimal): -12160774 or 16412742. OLE color: 16412742.

HSL color Cylindrical-coordinate representation of color #4670FA: hue angle of 226º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4670FA is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70112250-
CMYK0.720.5500.02
HSL226º94.74%62.75%-
HSV(B)226º72%98.04%-
XYZ25.5819.7992.91-
YUV115.17204.0995.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.20%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 250 (98.05% from 255) = 57.87%
R=16.20%
G=25.93%
B=57.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701122500.720.5500.0222694.7462.75
Hex4670FA483702e25f3f
Octal106160372110670234213777
Binary10001101110000111110101001000110111010111000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4670FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4670FA; }

 p { color: rgb(70,112,250); }

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

<style>
 a { background-color: #4670FA; }

 a { background-color: rgb(70,112,250); }

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

<style>
 span { border-color: #4670FA; }

 span { border-color: rgb(70,112,250); }

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