#4975F8

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

Shades of Royal Blue #4975F8

Tints of Royal Blue #4975F8

Color information

#4975F8 (or 0x4975F8) is unknown color: approx Royal Blue. HEX triplet: 49, 75 and F8. RGB value is (73,117,248). Sum of RGB (Red+Green+Blue) = 73+117+248=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #4975F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975F8 is #B68A07. Grayscale: #767676. Windows color (decimal): -11962888 or 16282953. OLE color: 16282953.

HSL color Cylindrical-coordinate representation of color #4975F8: hue angle of 224.91º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4975F8 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB73117248-
CMYK0.710.5300.03
HSL224.91º92.59%62.94%-
HSV(B)224.91º70.56%97.25%-
XYZ26.0520.9291.47-
YUV118.78200.9295.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.67%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 248 (97.27% from 255) = 56.62%
R=16.67%
G=26.71%
B=56.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal731172480.710.5300.03224.9192.5962.94
Hex4975F8473503e15d3f
Octal111165370107650334113577
Binary10010011110101111110001000111110101011111000011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4975F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4975F8; }

 p { color: rgb(73,117,248); }

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

<style>
 a { background-color: #4975F8; }

 a { background-color: rgb(73,117,248); }

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

<style>
 span { border-color: #4975F8; }

 span { border-color: rgb(73,117,248); }

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