#4A68DF

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

Shades of Royal Blue #4A68DF

Tints of Royal Blue #4A68DF

Color information

#4A68DF (or 0x4A68DF) is unknown color: approx Royal Blue. HEX triplet: 4A, 68 and DF. RGB value is (74,104,223). Sum of RGB (Red+Green+Blue) = 74+104+223=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A68DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A68DF is #B59720. Grayscale: #6C6C6C. Windows color (decimal): -11900705 or 14641226. OLE color: 14641226.

HSL color Cylindrical-coordinate representation of color #4A68DF: hue angle of 227.92º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A68DF is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB74104223-
CMYK0.670.5300.13
HSL227.92º69.95%58.24%-
HSV(B)227.92º66.82%87.45%-
XYZ21.0916.6871.92-
YUV108.6192.56103.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.45%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 223 (87.5% from 255) = 55.61%
R=18.45%
G=25.94%
B=55.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal741042230.670.5300.13227.9269.9558.24
Hex4A68DF43350De4463a
Octal1121503371036501534410672
Binary1001010110100011011111100001111010101101111001001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A68DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A68DF; }

 p { color: rgb(74,104,223); }

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

<style>
 a { background-color: #4A68DF; }

 a { background-color: rgb(74,104,223); }

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

<style>
 span { border-color: #4A68DF; }

 span { border-color: rgb(74,104,223); }

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