#4874f1

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

Shades of Royal Blue #4874F1

Tints of Royal Blue #4874F1

Color information

#4874F1 (or 0x4874F1) is unknown color: approx Royal Blue. HEX triplet: 48, 74 and F1. RGB value is (72,116,241). Sum of RGB (Red+Green+Blue) = 72+116+241=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #4874F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4874F1 is #B78B0E. Grayscale: #747474. Windows color (decimal): -12028687 or 15823944. OLE color: 15823944.

HSL color Cylindrical-coordinate representation of color #4874F1: hue angle of 224.38º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4874F1 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB72116241-
CMYK0.700.5200.05
HSL224.38º85.79%61.37%-
HSV(B)224.38º70.12%94.51%-
XYZ24.820.2285.81-
YUV117.09197.9295.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=16.78%
G=27.04%
B=56.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal721162410.700.5200.05224.3885.7961.37
Hex4874F1463405e0563d
Octal110164361106640534012675
Binary100100011101001111000110001101101000101111000001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4874f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4874f1; }

 p { color: rgb(72,116,241); }

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

<style>
 a { background-color: #4874f1; }

 a { background-color: rgb(72,116,241); }

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

<style>
 span { border-color: #4874f1; }

 span { border-color: rgb(72,116,241); }

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