#4668d8

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

Shades of Royal Blue #4668D8

Tints of Royal Blue #4668D8

Color information

#4668D8 (or 0x4668D8) is unknown color: approx Royal Blue. HEX triplet: 46, 68 and D8. RGB value is (70,104,216). Sum of RGB (Red+Green+Blue) = 70+104+216=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #4668D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668D8 is #B99727. Grayscale: #6A6A6A. Windows color (decimal): -12162856 or 14182470. OLE color: 14182470.

HSL color Cylindrical-coordinate representation of color #4668D8: hue angle of 226.03º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4668D8 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB70104216-
CMYK0.680.5200.15
HSL226.03º65.18%56.08%-
HSV(B)226.03º67.59%84.71%-
XYZ19.8716.1667.04-
YUV106.6189.74101.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 216 (84.77% from 255) = 55.38%
R=17.95%
G=26.67%
B=55.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal701042160.680.5200.15226.0365.1856.08
Hex4668D844340Fe24138
Octal1061503301046401734210170
Binary1000110110100011011000100010011010001111111000101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4668d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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