#4671FA

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

Shades of Royal Blue #4671FA

Tints of Royal Blue #4671FA

Color information

#4671FA (or 0x4671FA) is unknown color: approx Royal Blue. HEX triplet: 46, 71 and FA. RGB value is (70,113,250). Sum of RGB (Red+Green+Blue) = 70+113+250=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #4671FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4671FA is #B98E05. Grayscale: #737373. Windows color (decimal): -12160518 or 16412998. OLE color: 16412998.

HSL color Cylindrical-coordinate representation of color #4671FA: hue angle of 225.67º 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 #4671FA is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70113250-
CMYK0.720.5500.02
HSL225.67º94.74%62.75%-
HSV(B)225.67º72%98.04%-
XYZ25.6920.0192.95-
YUV115.76203.7595.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.17%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 250 (98.05% from 255) = 57.74%
R=16.17%
G=26.10%
B=57.74%

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
Decimal701132500.720.5500.02225.6794.7462.75
Hex4671FA483702e25f3f
Octal106161372110670234213777
Binary10001101110001111110101001000110111010111000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4671FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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