#4676FA

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

Shades of Royal Blue #4676FA

Tints of Royal Blue #4676FA

Color information

#4676FA (or 0x4676FA) is unknown color: approx Royal Blue. HEX triplet: 46, 76 and FA. RGB value is (70,118,250). Sum of RGB (Red+Green+Blue) = 70+118+250=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #4676FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4676FA is #B98905. Grayscale: #767676. Windows color (decimal): -12159238 or 16414278. OLE color: 16414278.

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

Color convert

RGB70118250-
CMYK0.720.5300.02
HSL224º94.74%62.75%-
HSV(B)224º72%98.04%-
XYZ26.2621.1693.14-
YUV118.7202.193.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.98%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 250 (98.05% from 255) = 57.08%
R=15.98%
G=26.94%
B=57.08%

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
Decimal701182500.720.5300.0222494.7462.75
Hex4676FA483502e05f3f
Octal106166372110650234013777
Binary10001101110110111110101001000110101010111000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4676FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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