#446fd6

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

Shades of Royal Blue #446FD6

Tints of Royal Blue #446FD6

Color information

#446FD6 (or 0x446FD6) is unknown color: approx Royal Blue. HEX triplet: 44, 6F and D6. RGB value is (68,111,214). Sum of RGB (Red+Green+Blue) = 68+111+214=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 214 (83.98% from 255 or 54.45% from 393); Max value from RGB is 214 - color contains mainly: blue. Hex color #446FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FD6 is #BB9029. Grayscale: #6D6D6D. Windows color (decimal): -12292138 or 14053188. OLE color: 14053188.

HSL color Cylindrical-coordinate representation of color #446FD6: hue angle of 222.33º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #446FD6 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB68111214-
CMYK0.680.4800.16
HSL222.33º64.04%55.29%-
HSV(B)222.33º68.22%83.92%-
XYZ20.2117.4565.92-
YUV109.88186.7598.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.30%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 214 (83.98% from 255) = 54.45%
R=17.30%
G=28.24%
B=54.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal681112140.680.4800.16222.3364.0455.29
Hex446FD64430010de4037
Octal1041573261046002033610067
Binary10001001101111110101101000100110000010000110111101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446fd6; }

 p { color: rgb(68,111,214); }

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

<style>
 a { background-color: #446fd6; }

 a { background-color: rgb(68,111,214); }

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

<style>
 span { border-color: #446fd6; }

 span { border-color: rgb(68,111,214); }

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