#4466D0

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

Shades of Royal Blue #4466D0

Tints of Royal Blue #4466D0

Color information

#4466D0 (or 0x4466D0) is unknown color: approx Royal Blue. HEX triplet: 44, 66 and D0. RGB value is (68,102,208). Sum of RGB (Red+Green+Blue) = 68+102+208=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #4466D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4466D0 is #BB992F. Grayscale: #676767. Windows color (decimal): -12294448 or 13657668. OLE color: 13657668.

HSL color Cylindrical-coordinate representation of color #4466D0: hue angle of 225.43º 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 #4466D0 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68102208-
CMYK0.670.5100.18
HSL225.43º59.83%54.12%-
HSV(B)225.43º67.31%81.57%-
XYZ18.5215.2961.65-
YUV103.92186.74102.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 208 (81.64% from 255) = 55.03%
R=17.99%
G=26.98%
B=55.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681022080.670.5100.18225.4359.8354.12
Hex4466D04333012e13c36
Octal104146320103630223417466
Binary1000100110011011010000100001111001101001011100001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4466D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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