#4668FB

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

Shades of Royal Blue #4668FB

Tints of Royal Blue #4668FB

Color information

#4668FB (or 0x4668FB) is unknown color: approx Royal Blue. HEX triplet: 46, 68 and FB. RGB value is (70,104,251). Sum of RGB (Red+Green+Blue) = 70+104+251=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #4668FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4668FB is #B99704. Grayscale: #6D6D6D. Windows color (decimal): -12162821 or 16476230. OLE color: 16476230.

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

Color convert

RGB70104251-
CMYK0.720.5900.02
HSL228.73º95.77%62.94%-
HSV(B)228.73º72.11%98.43%-
XYZ24.8918.1793.46-
YUV110.59207.2499.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.47%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 251 (98.44% from 255) = 59.06%
R=16.47%
G=24.47%
B=59.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701042510.720.5900.02228.7395.7762.94
Hex4668FB483B02e5603f
Octal106150373110730234514077
Binary10001101101000111110111001000111011010111001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4668FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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