#4676FB

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

Shades of Royal Blue #4676FB

Tints of Royal Blue #4676FB

Color information

#4676FB (or 0x4676FB) is unknown color: approx Royal Blue. HEX triplet: 46, 76 and FB. RGB value is (70,118,251). Sum of RGB (Red+Green+Blue) = 70+118+251=439 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.95% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #4676FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4676FB is #B98904. Grayscale: #767676. Windows color (decimal): -12159237 or 16479814. OLE color: 16479814.

HSL color Cylindrical-coordinate representation of color #4676FB: hue angle of 224.09º degrees, saturation: 0.96, 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 #4676FB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70118251-
CMYK0.720.5300.02
HSL224.09º95.77%62.94%-
HSV(B)224.09º72.11%98.43%-
XYZ26.4221.2293.97-
YUV118.81202.693.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.95%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 251 (98.44% from 255) = 57.18%
R=15.95%
G=26.88%
B=57.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701182510.720.5300.02224.0995.7762.94
Hex4676FB483502e0603f
Octal106166373110650234014077
Binary10001101110110111110111001000110101010111000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4676FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4676FB; }

 p { color: rgb(70,118,251); }

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

<style>
 a { background-color: #4676FB; }

 a { background-color: rgb(70,118,251); }

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

<style>
 span { border-color: #4676FB; }

 span { border-color: rgb(70,118,251); }

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