#4464D0

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

Shades of Royal Blue #4464D0

Tints of Royal Blue #4464D0

Color information

#4464D0 (or 0x4464D0) is unknown color: approx Royal Blue. HEX triplet: 44, 64 and D0. RGB value is (68,100,208). Sum of RGB (Red+Green+Blue) = 68+100+208=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #4464D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464D0 is #BB9B2F. Grayscale: #666666. Windows color (decimal): -12294960 or 13657156. OLE color: 13657156.

HSL color Cylindrical-coordinate representation of color #4464D0: hue angle of 226.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4464D0 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68100208-
CMYK0.670.5200.18
HSL226.29º59.83%54.12%-
HSV(B)226.29º67.31%81.57%-
XYZ18.3314.961.58-
YUV102.74187.4103.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.09%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 208 (81.64% from 255) = 55.32%
R=18.09%
G=26.60%
B=55.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681002080.670.5200.18226.2959.8354.12
Hex4464D04334012e23c36
Octal104144320103640223427466
Binary1000100110010011010000100001111010001001011100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4464D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4464D0; }

 p { color: rgb(68,100,208); }

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

<style>
 a { background-color: #4464D0; }

 a { background-color: rgb(68,100,208); }

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

<style>
 span { border-color: #4464D0; }

 span { border-color: rgb(68,100,208); }

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